me
/
guix
Archived
1
0
Fork 0

gnu: lz4: Update to 1.8.1.2.

* gnu/packages/compression.scm (lz4): Update to 1.8.1.2.
master
Tobias Geerinckx-Rice 2018-01-19 03:53:41 +01:00
parent 13de2b70b8
commit 528d129278
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -710,7 +710,7 @@ writing of compressed data created with the zlib and bzip2 libraries.")
(define-public lz4
(package
(name "lz4")
(version "1.8.1")
(version "1.8.1.2")
(source
(origin
(method url-fetch)
@ -718,7 +718,7 @@ writing of compressed data created with the zlib and bzip2 libraries.")
"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