1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-03 07:45:55 +02:00

gnu: xarchiver: Update to 0.5.4.21.

* gnu/packages/compression.scm (xarchiver): Update to 0.5.4.21.
This commit is contained in:
Tobias Geerinckx-Rice
2023-07-09 02:00:01 +02:00
parent 05b8222096
commit c859bfe633
+2 -2
View File
@@ -2532,7 +2532,7 @@ file compression algorithm.")
(define-public xarchiver
(package
(name "xarchiver")
(version "0.5.4.20")
(version "0.5.4.21")
(source
(origin
(method git-fetch)
@@ -2541,7 +2541,7 @@ file compression algorithm.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1bgc8r2ii96ghslfscpjhswjgscvw65h2rjr0zvfqn8saqh1ydrv"))))
(base32 "0m3vq1mh2vg5r7vhnwjkfhix6i2cm15z82xsi6zaqvc4zkswb2m5"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list gettext-minimal intltool libxslt pkg-config))