GNU bug report logs - #74839
[PATCH] gnu: libcbor: Update to 0.11.0.

Previous Next

Package: guix-patches;

Reported by: Herman Rimm <herman <at> rimm.ee>

Date: Thu, 12 Dec 2024 20:31:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Herman Rimm <herman <at> rimm.ee>
Subject: bug#74839: closed (Re: [bug#74839] [PATCH] gnu: libcbor: Update
 to 0.11.0.)
Date: Sun, 15 Dec 2024 23:07:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#74839: [PATCH] gnu: libcbor: Update to 0.11.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 74839 <at> debbugs.gnu.org.

-- 
74839: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74839
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Herman Rimm <herman <at> rimm.ee>
Cc: 74839-done <at> debbugs.gnu.org
Subject: Re: [bug#74839] [PATCH] gnu: libcbor: Update to 0.11.0.
Date: Mon, 16 Dec 2024 00:06:23 +0100
Herman Rimm <herman <at> rimm.ee> skribis:

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

Applied…

> This patch also makes [bug#74830] obsolete.

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

Thanks,
Ludo’.

[Message part 3 (message/rfc822, inline)]
From: Herman Rimm <herman <at> rimm.ee>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: libcbor: Update to 0.11.0.
Date: Thu, 12 Dec 2024 21:29:41 +0100
* 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




This bug report was last modified 155 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.