Archived
1
0
Fork 0

gnu: lrzip: Update to 0.641.

* gnu/packages/compression.scm (lrzip): Update to 0.641.
This commit is contained in:
Tobias Geerinckx-Rice 2021-03-09 14:25:05 +01:00
parent 4685a468f8
commit 2e6d40b373
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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