[PATCH] gnu: libcbor: Update to 0.11.0.

  • Done
  • quality assurance status badge
Details
3 participants
  • Christoph Buck
  • Herman Rimm
  • Ludovic Courtès
Owner
unassigned
Submitted by
Herman Rimm
Severity
normal
H
H
Herman Rimm wrote on 12 Dec 21:29 +0100
(address . guix-patches@gnu.org)
30b3548d686e95cb8aefe8cdaaf2e70826d2f395.1734035257.git.herman@rimm.ee
* 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(-)

Toggle diff (28 lines)
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
L
L
Ludovic Courtès wrote on 16 Dec 00:06 +0100
(name . Herman Rimm)(address . herman@rimm.ee)(address . 74839-done@debbugs.gnu.org)
871py8h7gw.fsf@gnu.org
Herman Rimm <herman@rimm.ee> skribis:

Toggle quote (4 lines)
> * gnu/packages/compression.scm (libcbor): Update.
>
> Change-Id: Ie372a9a73369eddac0620394e3e3608d8f27e0b6

Applied…

Toggle quote (2 lines)
> This patch also makes [bug#74830] obsolete.

… and reverted that one (which I hadn’t pushed yet.)

Thanks,
Ludo’.
Closed
C
C
Christoph Buck wrote 7 days ago
Re: bug#74839: [PATCH] gnu: libcbor: Update to 0.11.0.
(address . 74839@debbugs.gnu.org)
875xnhqski.fsf@icepic.de
Ludovic Courtès <ludo@gnu.org> writes:

Toggle quote (5 lines)
>> This patch also makes [bug#74830] obsolete.
>
> … and reverted that one (which I hadn’t pushed yet.)
>

This is certainly the better solution. I was so caught up in fixing the
build error that i didn't check if it was already fixed upstream in the
cbor repo.

Sorry for the unnecessary work and thanks for the quick fix :)

--
Best regards

Christoph
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 74839@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 74839
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch