* [bug#74839] [PATCH] gnu: libcbor: Update to 0.11.0.
@ 2024-12-12 20:29 Herman Rimm via Guix-patches via
0 siblings, 0 replies; only message 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] only message in thread
only message in thread, other threads:[~2024-12-12 20:31 UTC | newest]
Thread overview: (only message) (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
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).