gnu: zstd: Update to 1.1.4.

* gnu/packages/compression.scm (zstd): Update to 1.1.4.
master
Tobias Geerinckx-Rice 2017-03-29 18:34:22 +02:00
parent a53a6b6fef
commit dbaca6b507
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

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