mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 18:38:57 -05:00
gnu: zstd: Update to 1.4.8.
* gnu/packages/compression.scm (zstd): Update to 1.4.8. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
b50341dba9
commit
959a397d22
1 changed files with 2 additions and 2 deletions
|
@ -1390,14 +1390,14 @@ (define-public unshield
|
||||||
(define-public zstd
|
(define-public zstd
|
||||||
(package
|
(package
|
||||||
(name "zstd")
|
(name "zstd")
|
||||||
(version "1.4.5")
|
(version "1.4.8")
|
||||||
(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 "17nf0r20360i80689bg5ipxbk2413b2dn3z7wj8byqpiddy1rscq"))))
|
(base32 "094zqsj92iwz8glpgxjw96c43ib7adpjg5nm1082200mrabq4irj"))))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue