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

commit 957aac763bc7fcad5fec362938be04cdd9b2f055
Author: Tobias Geerinckx-Rice <m...@tobias.gr>
Date:   Mon Apr 30 21:19:04 2018 +0200

    gnu: xz: Update to 5.2.4.
    
    * gnu/packages/compression.scm (xz): Update to 5.2.4.
---
 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 6f44c4f..4a34e89 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -373,7 +373,7 @@ compressed with pbzip2 can be decompressed with bzip2).")
 (define-public xz
   (package
    (name "xz")
-   (version "5.2.3")
+   (version "5.2.4")
    (source (origin
             (method url-fetch)
             (uri (list (string-append "http://tukaani.org/xz/xz-"; version
@@ -382,7 +382,7 @@ compressed with pbzip2 can be decompressed with bzip2).")
                                       version ".tar.gz")))
             (sha256
              (base32
-              "1jr8pxnz55ifc8cvp3ivgl79ph9iik5aypsc9cma228aglsqp4ki"))))
+              "0ibi2zsfaz6l756spjwc5rayf4ckgc9hwmy8qinppcyk4svz64mm"))))
    (build-system gnu-build-system)
    (synopsis "General-purpose data compression")
    (description

Reply via email to