guix_mirror_bot pushed a commit to branch c++-team
in repository guix.

commit f1dccb68f7d16564a2437a67b184e67e96c28df4
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Sun Feb 2 13:29:39 2025 +0000

    gnu: libzip: Update to 1.11.4.
    
    * gnu/packages/compression.scm (libzip): Update to 1.11.4.
    
    Change-Id: I02c4d79f719ec54116968f11bbbeb64fbcfdad13
    Signed-off-by: Greg Hogan <[email protected]>
---
 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 64680c59ab..2c9191758e 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -2143,14 +2143,14 @@ timestamps in the file header with a fixed time (1 
January 2008).
 (define-public libzip
   (package
     (name "libzip")
-    (version "1.9.2")
+    (version "1.11.4")
     (source (origin
               (method url-fetch)
               (uri (string-append
                     "https://libzip.org/download/libzip-"; version ".tar.xz"))
               (sha256
                (base32
-                "0dsrpb1faywhm0j8akx21gp7cn99wpz3h543jw8r7p5jnx99hgn9"))))
+                "0yq9sw71i4yq1330xp0a27g8ilx951pjmc8k2k8zdrp3s5bpy94a"))))
     (native-inputs
      (list perl pkg-config))
     (inputs

Reply via email to