mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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>
This commit is contained in:
parent
437f8f19ac
commit
69791c8051
1 changed files with 2 additions and 2 deletions
|
@ -2636,7 +2636,7 @@ (define-public ncompress
|
|||
(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 @@ (define-public xarchiver
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue