guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: libzip: Update to 1.9.2.


From: guix-commits
Subject: 01/03: gnu: libzip: Update to 1.9.2.
Date: Sun, 10 Jul 2022 12:51:25 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 2c292f7078793e7c8f312deef1781cdc14ae1e50
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Jul 5 20:20:47 2022 +0200

    gnu: libzip: Update to 1.9.2.
    
    * gnu/packages/compression.scm (libzip): Update to 1.9.2.
---
 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 3ba8eea5e9..d5bd3abf0f 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -1915,14 +1915,14 @@ timestamps in the file header with a fixed time (1 
January 2008).
 (define-public libzip
   (package
     (name "libzip")
-    (version "1.8.0")
+    (version "1.9.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
                     "https://libzip.org/download/libzip-"; version ".tar.xz"))
               (sha256
                (base32
-                "0zn9vaiwy2izj8cnm8i7c2mbdn38n328grqb8f07x55s4kd3nxph"))))
+                "0dsrpb1faywhm0j8akx21gp7cn99wpz3h543jw8r7p5jnx99hgn9"))))
     (native-inputs
      (list perl pkg-config))
     (inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]