[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: zstd: Update to 1.2.0.
From: |
Tobias Geerinckx-Rice |
Subject: |
01/01: gnu: zstd: Update to 1.2.0. |
Date: |
Fri, 5 May 2017 08:18:43 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 6bd7d164a7c531c0e35ec689ded3bd47bb37c652
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri May 5 14:18:31 2017 +0200
gnu: zstd: Update to 1.2.0.
* gnu/packages/compression.scm (zstd): Update to 1.2.0.
---
gnu/packages/compression.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 3fc713b..11db2a6 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -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.