gnu: lz4: Update to 1.9.1.
* gnu/packages/compression.scm (lz4): Update to 1.9.1.
This commit is contained in:
parent
4e933afda4
commit
996186b64d
|
@ -722,7 +722,7 @@ decompression of some loosely related file formats used by Microsoft.")
|
||||||
(define-public lz4
|
(define-public lz4
|
||||||
(package
|
(package
|
||||||
(name "lz4")
|
(name "lz4")
|
||||||
(version "1.8.3")
|
(version "1.9.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -730,7 +730,7 @@ decompression of some loosely related file formats used by Microsoft.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0lq00yi7alr9aip6dw0flykzi8yv7z43aay177n86spn9qms7s3g"))
|
"1l1caxrik1hqs40vj3bpv1pikw6b74cfazv5c0v6g48zpcbmshl0"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs `(("valgrind" ,valgrind))) ;for tests
|
(native-inputs `(("valgrind" ,valgrind))) ;for tests
|
||||||
|
|
Loading…
Reference in New Issue