mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: xarchiver: Update to 0.5.4.17.
* gnu/packages/compression.scm (xarchiver): Update to 0.5.4.17.
This commit is contained in:
parent
dbbc6c0059
commit
43e09b4340
1 changed files with 2 additions and 2 deletions
|
@ -2246,7 +2246,7 @@ (define-public ncompress
|
|||
(define-public xarchiver
|
||||
(package
|
||||
(name "xarchiver")
|
||||
(version "0.5.4.16")
|
||||
(version "0.5.4.17")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2255,7 +2255,7 @@ (define-public xarchiver
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0nblyk65w1in0zpfbyzy6dw4x0fzx3q7xs85dby5ap4w0gjz9s44"))))
|
||||
(base32 "00adrjpxqlaccrwjf65w3vhxfswdj0as8aj263c6f9b85llypc5v"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(native-inputs
|
||||
`(("gettext" ,gettext-minimal)
|
||||
|
|
Loading…
Reference in a new issue