gnu: zstd: Update to 1.4.9.
* gnu/packages/compression.scm (zstd): Update to 1.4.9.
This commit is contained in:
parent
a8448da0f4
commit
cab3b57543
1 changed files with 2 additions and 2 deletions
|
@ -1434,14 +1434,14 @@ or junctions, and always follows hard links.")
|
||||||
(define-public zstd
|
(define-public zstd
|
||||||
(package
|
(package
|
||||||
(name "zstd")
|
(name "zstd")
|
||||||
(version "1.4.8")
|
(version "1.4.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/facebook/zstd/releases/download/"
|
(uri (string-append "https://github.com/facebook/zstd/releases/download/"
|
||||||
"v" version "/zstd-" version ".tar.gz"))
|
"v" version "/zstd-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "094zqsj92iwz8glpgxjw96c43ib7adpjg5nm1082200mrabq4irj"))))
|
(base32 "14yj7309gsvg39rki4xqnd6w5idmqi0655v1fc0mk1m2kvhp9b19"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs '("out" ;1.2MiB executables and documentation
|
(outputs '("out" ;1.2MiB executables and documentation
|
||||||
"lib" ;1.2MiB shared library and headers
|
"lib" ;1.2MiB shared library and headers
|
||||||
|
|
Reference in a new issue