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.9.


From: guix-commits
Subject: branch core-updates updated: gnu: zstd: Update to 1.4.9.
Date: Fri, 05 Mar 2021 20:31:18 -0500

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

lle_bout 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 cab3b57  gnu: zstd: Update to 1.4.9.
cab3b57 is described below

commit cab3b57543bf42247870e56ffb1acd685d854d97
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Sat Mar 6 02:30:40 2021 +0100

    gnu: zstd: Update to 1.4.9.
    
    * gnu/packages/compression.scm (zstd): Update to 1.4.9.
---
 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 f96ed1f..f5f5887 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -1434,14 +1434,14 @@ or junctions, and always follows hard links.")
 (define-public zstd
   (package
     (name "zstd")
-    (version "1.4.8")
+    (version "1.4.9")
     (source
      (origin
        (method url-fetch)
        (uri (string-append 
"https://github.com/facebook/zstd/releases/download/";
                            "v" version "/zstd-" version ".tar.gz"))
        (sha256
-        (base32 "094zqsj92iwz8glpgxjw96c43ib7adpjg5nm1082200mrabq4irj"))))
+        (base32 "14yj7309gsvg39rki4xqnd6w5idmqi0655v1fc0mk1m2kvhp9b19"))))
     (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]