guix_mirror_bot pushed a commit to branch core-packages-team in repository guix.
commit 54ade05011e4ad8edc1d742f3cd1c423542aee89 Author: Maxim Cournoyer <[email protected]> AuthorDate: Sun Oct 19 23:54:38 2025 +0900 gnu: xz: Update to 5.8.1. * gnu/packages/compression.scm (xz): Update to 5.8.1. Change-Id: I34bd64c5e18ea331e4bfe91d79dd419486296fe3 --- 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 e01db77ae1..739d6b4be6 100644 --- a/gnu/packages/compression.scm +++ b/gnu/packages/compression.scm @@ -551,7 +551,7 @@ formats, including zstd, xz, gzip, and bgzf.") (define-public xz (package (name "xz") - (version "5.4.5") + (version "5.8.1") (source (origin (method url-fetch) (uri (list (string-append "http://tukaani.org/xz/xz-" version @@ -560,7 +560,7 @@ formats, including zstd, xz, gzip, and bgzf.") version ".tar.gz"))) (sha256 (base32 - "1mmpwl4kg1vs6n653gkaldyn43dpbjh8gpk7sk0gps5f6jwr0p0k")))) + "0hsmg58a27jd1vq0lc6yp405978c1nfhqwndl7f10v1mk6sjay2h")))) (build-system gnu-build-system) (arguments `(#:phases
