gnu: lrzip: Update to 0.641.
* gnu/packages/compression.scm (lrzip): Update to 0.641.
This commit is contained in:
parent
4685a468f8
commit
2e6d40b373
1 changed files with 2 additions and 3 deletions
|
@ -1110,15 +1110,14 @@ human-readable output.")
|
||||||
(define-public lrzip
|
(define-public lrzip
|
||||||
(package
|
(package
|
||||||
(name "lrzip")
|
(name "lrzip")
|
||||||
(version "0.640")
|
(version "0.641")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"http://ck.kolivas.org/apps/lrzip/lrzip-" version ".tar.xz"))
|
"http://ck.kolivas.org/apps/lrzip/lrzip-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0ziyanspd96dc3lp2qdcylc7aq8dhb511jhqrhxvlp502fjqjqrc"))))
|
||||||
"175466drfpz8rsfr0pzfn5rqrj3wmcmcs3i2sfmw366w2kbjm4j9"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(;; nasm is only required when building for 32-bit x86 platforms
|
`(;; nasm is only required when building for 32-bit x86 platforms
|
||||||
|
|
Reference in a new issue