gnu: sharutils: Update to 4.15.1.
* gnu/packages/compression.scm (sharutils): Update to 4.15.1.master
parent
fb8ebb8316
commit
512da657d7
|
@ -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")
|
(version "4.15.1")
|
||||||
(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
|
||||||
"19gqb6qbqmpgh6xlpgpj0ayw2nshllxg9d01qb5z8bnkhfcla8ka"))))
|
"0znl2yfkzmjl854zd4b4yafg41fqx4pgzy142jsp34053z50synb"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("which" ,which)))
|
`(("which" ,which)))
|
||||||
|
|
Reference in New Issue