gnu: sharutils: Update to 4.15.1.

* gnu/packages/compression.scm (sharutils): Update to 4.15.1.
This commit is contained in:
Mark H Weaver 2015-05-12 22:33:16 -04:00
parent fb8ebb8316
commit 512da657d7
1 changed files with 2 additions and 2 deletions

View File

@ -297,7 +297,7 @@ archiving. Lzip is a clean implementation of the LZMA algorithm.")
(define-public sharutils
(package
(name "sharutils")
(version "4.15")
(version "4.15.1")
(source
(origin
(method url-fetch)
@ -305,7 +305,7 @@ archiving. Lzip is a clean implementation of the LZMA algorithm.")
version ".tar.xz"))
(sha256
(base32
"19gqb6qbqmpgh6xlpgpj0ayw2nshllxg9d01qb5z8bnkhfcla8ka"))))
"0znl2yfkzmjl854zd4b4yafg41fqx4pgzy142jsp34053z50synb"))))
(build-system gnu-build-system)
(inputs
`(("which" ,which)))