Skip to content
Snippets Groups Projects
Unverified Commit 528d1292 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: lz4: Update to 1.8.1.2.

* gnu/packages/compression.scm (lz4): Update to 1.8.1.2.
parent 13de2b70
No related branches found
No related tags found
No related merge requests found
......@@ -710,7 +710,7 @@ (define-public perl-io-compress
(define-public lz4
(package
(name "lz4")
(version "1.8.1")
(version "1.8.1.2")
(source
(origin
(method url-fetch)
......@@ -718,7 +718,7 @@ (define-public lz4
"v" version ".tar.gz"))
(sha256
(base32
"0jdknxz66gak4w7j7b8n18xf28xw3yb1v6npsl4fgiiwnq0fjbgw"))
"1y93h6dyi3026gvpzdv310ldcylnnhwf32n75mdjf8x9fvkskwqj"))
(file-name (string-append name "-" version ".tar.gz"))))
(build-system gnu-build-system)
(native-inputs `(("valgrind" ,valgrind))) ; for tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment