me
/
guix
Archived
1
0
Fork 0

gnu: xarchiver: Update to 0.5.4.23.

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

Change-Id: I3675efc22b546810f7c5341c8f22be217cb69853
Signed-off-by: Andreas Enge <andreas@enge.fr>
Artyom V. Poptsov 2024-07-06 18:25:37 +03:00 committed by Andreas Enge
parent 437f8f19ac
commit 69791c8051
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 2 additions and 2 deletions

View File

@ -2636,7 +2636,7 @@ file compression algorithm.")
(define-public xarchiver
(package
(name "xarchiver")
(version "0.5.4.21")
(version "0.5.4.23")
(source
(origin
(method git-fetch)
@ -2645,7 +2645,7 @@ file compression algorithm.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0m3vq1mh2vg5r7vhnwjkfhix6i2cm15z82xsi6zaqvc4zkswb2m5"))))
(base32 "0ccxp106c3r759l1bjaszz3fwlw10qzzlsd9mnmpksnlwfwjkmb8"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list gettext-minimal intltool libxslt pkg-config))