gnu: zstd: Update to 1.3.0.

* gnu/packages/compression.scm (zstd): Update to 1.3.0.
This commit is contained in:
Tobias Geerinckx-Rice 2017-07-05 22:51:34 +02:00
parent 6c69663400
commit 08094dc926
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -1257,7 +1257,7 @@ (define-public unrar
(define-public zstd
(package
(name "zstd")
(version "1.2.0")
(version "1.3.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/facebook/zstd/archive/v"
@ -1265,7 +1265,7 @@ (define-public zstd
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1yyb8z03z9rw74k1d9dygcqxhx76717xq29agz57d0k3lf9lazja"))
"0j5kf0phx4w4b5x7aqwc10lxi9ix7rxhxk0df37cpdrqni1sdnqg"))
(modules '((guix build utils)))
(snippet
;; Remove non-free source files.