GNU bug report logs - #76011
[PATCH] gnu: libzip: Update to 1.11.3

Previous Next

Package: guix-patches;

Reported by: Ashish SHUKLA <ashish.is <at> lostca.se>

Date: Sun, 2 Feb 2025 13:31:02 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 76011 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#76011; Package guix-patches. (Sun, 02 Feb 2025 13:31:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ashish SHUKLA <ashish.is <at> lostca.se>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 02 Feb 2025 13:31:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Ashish SHUKLA <ashish.is <at> lostca.se>
To: guix-patches <at> gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH] gnu: libzip: Update to 1.11.3
Date: Sun,  2 Feb 2025 13:29:39 +0000
* gnu/packages/compression.scm (libzip): Update to 1.11.3.

Change-Id: I02c4d79f719ec54116968f11bbbeb64fbcfdad13
---
 gnu/packages/compression.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index cdb029b225..6fdd8911b8 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -2120,14 +2120,14 @@ (define-public zziplib
 (define-public libzip
   (package
     (name "libzip")
-    (version "1.9.2")
+    (version "1.11.3")
     (source (origin
               (method url-fetch)
               (uri (string-append
                     "https://libzip.org/download/libzip-" version ".tar.xz"))
               (sha256
                (base32
-                "0dsrpb1faywhm0j8akx21gp7cn99wpz3h543jw8r7p5jnx99hgn9"))))
+                "06vwwq7j3rx9x6vkfqk86m9hf3vjw7yrrjmbnp4730kqp9wdh2cm"))))
     (native-inputs
      (list perl pkg-config))
     (inputs

base-commit: aba3e48ae1ce70deba8e6ad63e2ac9b102abfd4d
-- 
2.48.1





This bug report was last modified 65 days ago.

Previous Next


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