From: Herman Rimm via Guix-patches via <guix-patches@gnu.org>
To: 74839@debbugs.gnu.org
Subject: [bug#74839] [PATCH] gnu: libcbor: Update to 0.11.0.
Date: Thu, 12 Dec 2024 21:29:41 +0100 [thread overview]
Message-ID: <30b3548d686e95cb8aefe8cdaaf2e70826d2f395.1734035257.git.herman@rimm.ee> (raw)
* 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
reply other threads:[~2024-12-12 20:31 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=30b3548d686e95cb8aefe8cdaaf2e70826d2f395.1734035257.git.herman@rimm.ee \
--to=guix-patches@gnu.org \
--cc=74839@debbugs.gnu.org \
--cc=herman@rimm.ee \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).