mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 19:27:44 +01: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:
parent
05b8222096
commit
c859bfe633
1 changed files with 2 additions and 2 deletions
|
@ -2532,7 +2532,7 @@ (define-public ncompress
|
|||
(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 @@ (define-public xarchiver
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue