1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-22 09:05:54 +02:00

gnu: xarchiver: Update to 0.5.4.20.

* gnu/packages/compression.scm (xarchiver): Update to 0.5.4.20.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
Vasile Dumitrascu via Guix-patches via
2023-02-26 12:43:01 +01:00
committed by Tobias Geerinckx-Rice
parent 9beaf9ba82
commit 9928b6c495
+2 -2
View File
@@ -2577,7 +2577,7 @@ file compression algorithm.")
(define-public xarchiver
(package
(name "xarchiver")
(version "0.5.4.17")
(version "0.5.4.20")
(source
(origin
(method git-fetch)
@@ -2586,7 +2586,7 @@ file compression algorithm.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "00adrjpxqlaccrwjf65w3vhxfswdj0as8aj263c6f9b85llypc5v"))))
(base32 "1bgc8r2ii96ghslfscpjhswjgscvw65h2rjr0zvfqn8saqh1ydrv"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list gettext-minimal intltool libxslt pkg-config))