guix-commits
[Top][All Lists]
Advanced

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

23/24: gnu: plzip: Update to 1.10.


From: guix-commits
Subject: 23/24: gnu: plzip: Update to 1.10.
Date: Sat, 7 May 2022 16:57:45 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d1c3e35e8fa192b6eefd3902fa4666866eb5e951
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 1 02:00:00 2022 +0200

    gnu: plzip: Update to 1.10.
    
    * gnu/packages/compression.scm (plzip): Update to 1.10.
---
 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 66e24ea6c7..802d4d7ff8 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -2056,14 +2056,14 @@ corrupted input.")
 (define-public plzip
   (package
     (name "plzip")
-    (version "1.9")
+    (version "1.10")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://savannah/lzip/plzip/"
                            "plzip-" version ".tar.gz"))
        (sha256
-        (base32 "19zinpx7hssl6r3vilpvq2s7wha3545xan8b0vcvsxnyipdx3n0l"))))
+        (base32 "16408n8z21hfxp0qnx3hh1d0c47g8z9i3vflbgbrmf6qcn1abyj3"))))
     (build-system gnu-build-system)
     (inputs
      (list lzlib))



reply via email to

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