guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: gzip: Update to 1.9.


From: Marius Bakke
Subject: 01/07: gnu: gzip: Update to 1.9.
Date: Tue, 20 Feb 2018 13:55:27 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 49b080de9a8d04414ef427a4a4a3068eb4fc5409
Author: Marius Bakke <address@hidden>
Date:   Tue Feb 20 16:09:25 2018 +0100

    gnu: gzip: Update to 1.9.
    
    * gnu/packages/compression.scm (gzip): Update to 1.9.
---
 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 03b364d..dfdebdb 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -200,14 +200,14 @@ adding and extracting files to/from a tar archive.")
 (define-public gzip
   (package
    (name "gzip")
-   (version "1.8")
+   (version "1.9")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/gzip/gzip-"
                                 version ".tar.xz"))
             (sha256
              (base32
-              "1lxv3p4iyx7833mlihkn5wfwmz4cys5nybwpz3dfawag8kn6f5zz"))))
+              "16h8g4acy7fgfxcjacr3wijjsnixwsfd2jhz3zwdi2qrzi262l5f"))))
    (build-system gnu-build-system)
    (synopsis "General file (de)compression (using lzw)")
    (arguments



reply via email to

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