all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#74839] [PATCH] gnu: libcbor: Update to 0.11.0.
@ 2024-12-12 20:29 Herman Rimm via Guix-patches via
  2024-12-15 23:06 ` bug#74839: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Herman Rimm via Guix-patches via @ 2024-12-12 20:29 UTC (permalink / raw)
  To: 74839

* gnu/packages/compression.scm (libcbor): Update.

Change-Id: Ie372a9a73369eddac0620394e3e3608d8f27e0b6
---
Hello,

This patch also makes [bug#74830] obsolete.

Cheers,
Herman
 gnu/packages/compression.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 99ea090091..121b26b499 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -2901,7 +2901,7 @@ (define-public tarlz
 (define-public libcbor
   (package
     (name "libcbor")
-    (version "0.9.0")
+    (version "0.11.0")
     (source
      (origin
        (method git-fetch)
@@ -2909,7 +2909,9 @@ (define-public libcbor
              (url "https://github.com/PJK/libcbor")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
-       (sha256 (base32 "1n9fx5i81wr9j18bhz74wclfkwqf1k3piq6lzngvkmq04krzi7ss"))))
+       (sha256
+        (base32
+          "00ibddiy62kbs9wl52c35j0hbqanx6pi7lvzkpzmbsizkj8mhp1p"))))
     (build-system cmake-build-system)
     (arguments
      '(#:configure-flags

base-commit: a9003b8e6b40b59c9545ae87bb441d3549630db7
-- 
2.45.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-12-15 23:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-12 20:29 [bug#74839] [PATCH] gnu: libcbor: Update to 0.11.0 Herman Rimm via Guix-patches via
2024-12-15 23:06 ` bug#74839: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.