gnu: sharutils: Update to 4.15.2.
* gnu/packages/compression.scm (sharutils): Update to 4.15.2.
This commit is contained in:
parent
e7c097306d
commit
9a59ce2455
|
@ -297,7 +297,7 @@ archiving. Lzip is a clean implementation of the LZMA algorithm.")
|
||||||
(define-public sharutils
|
(define-public sharutils
|
||||||
(package
|
(package
|
||||||
(name "sharutils")
|
(name "sharutils")
|
||||||
(version "4.15.1")
|
(version "4.15.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -305,7 +305,7 @@ archiving. Lzip is a clean implementation of the LZMA algorithm.")
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02p7j270wrbwxcb86lcvxrzl29xmr3n5a2m7if46jnprvcvycb5r"))))
|
"16isapn8f39lnffc3dp4dan05b7x6mnc76v6q5nn8ysxvvvwy19b"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("which" ,which)))
|
`(("which" ,which)))
|
||||||
|
|
Loading…
Reference in New Issue