guix_mirror_bot pushed a commit to branch master
in repository guix.

commit c0a4052c6ac4656b23477ec6a604c550b6ee422f
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Thu Oct 30 16:19:57 2025 +0900

    Revert "gnu: xz: Update to 5.8.1."
    
    This reverts commit 6dec2fbccbefae670213db3efea017b39ed24ebd.
---
 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 e4e1e7c5ed..b6e9e7e7a0 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -544,7 +544,7 @@ formats, including zstd, xz, gzip, and bgzf.")
 (define-public xz
   (package
    (name "xz")
-   (version "5.8.1")
+   (version "5.4.5")
    (source (origin
             (method url-fetch)
             (uri (list (string-append "http://tukaani.org/xz/xz-"; version
@@ -553,7 +553,7 @@ formats, including zstd, xz, gzip, and bgzf.")
                                       version ".tar.gz")))
             (sha256
              (base32
-              "0hsmg58a27jd1vq0lc6yp405978c1nfhqwndl7f10v1mk6sjay2h"))))
+              "1mmpwl4kg1vs6n653gkaldyn43dpbjh8gpk7sk0gps5f6jwr0p0k"))))
    (build-system gnu-build-system)
    (arguments
     `(#:phases

Reply via email to