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>
parent
437f8f19ac
commit
69791c8051
|
@ -2636,7 +2636,7 @@ file compression algorithm.")
|
||||||
(define-public xarchiver
|
(define-public xarchiver
|
||||||
(package
|
(package
|
||||||
(name "xarchiver")
|
(name "xarchiver")
|
||||||
(version "0.5.4.21")
|
(version "0.5.4.23")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2645,7 +2645,7 @@ file compression algorithm.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0m3vq1mh2vg5r7vhnwjkfhix6i2cm15z82xsi6zaqvc4zkswb2m5"))))
|
(base32 "0ccxp106c3r759l1bjaszz3fwlw10qzzlsd9mnmpksnlwfwjkmb8"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gettext-minimal intltool libxslt pkg-config))
|
(list gettext-minimal intltool libxslt pkg-config))
|
||||||
|
|
Reference in New Issue