gnu: zstd: Update to 1.2.0.

* gnu/packages/compression.scm (zstd): Update to 1.2.0.
master
Tobias Geerinckx-Rice 2017-05-05 14:18:31 +02:00
parent 5c97ce1ea9
commit 6bd7d164a7
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

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