guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: gnu: zstd: Update to 1.4.8.


From: guix-commits
Subject: branch core-updates updated: gnu: zstd: Update to 1.4.8.
Date: Tue, 22 Dec 2020 14:48:22 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 959a397  gnu: zstd: Update to 1.4.8.
959a397 is described below

commit 959a397d220ad49b5193feb84b036220313fb9c7
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Thu Dec 17 19:38:13 2020 +0000

    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>
---
 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 152b913..c348c29 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -1390,14 +1390,14 @@ or junctions, and always follows hard links.")
 (define-public zstd
   (package
     (name "zstd")
-    (version "1.4.5")
+    (version "1.4.8")
     (source
      (origin
        (method url-fetch)
        (uri (string-append 
"https://github.com/facebook/zstd/releases/download/";
                            "v" version "/zstd-" version ".tar.gz"))
        (sha256
-        (base32 "17nf0r20360i80689bg5ipxbk2413b2dn3z7wj8byqpiddy1rscq"))))
+        (base32 "094zqsj92iwz8glpgxjw96c43ib7adpjg5nm1082200mrabq4irj"))))
     (build-system gnu-build-system)
     (outputs '("out"                    ;1.2MiB executables and documentation
                "lib"                    ;1.2MiB shared library and headers



reply via email to

[Prev in Thread] Current Thread [Next in Thread]