guix-commits
[Top][All Lists]
Advanced

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

branch staging updated: gnu: lz4: Update to 1.9.3.


From: guix-commits
Subject: branch staging updated: gnu: lz4: Update to 1.9.3.
Date: Mon, 16 Nov 2020 13:21:40 -0500

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

nckx pushed a commit to branch staging
in repository guix.

The following commit(s) were added to refs/heads/staging by this push:
     new c4227f7  gnu: lz4: Update to 1.9.3.
c4227f7 is described below

commit c4227f7b3d753e476a63cab728d6b37dd0e91088
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Nov 16 19:19:54 2020 +0100

    gnu: lz4: Update to 1.9.3.
    
    * gnu/packages/compression.scm (lz4): Update to 1.9.3.
---
 gnu/packages/compression.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 4a80807..d8115e7 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -787,15 +787,14 @@ decompression of some loosely related file formats used 
by Microsoft.")
 (define-public lz4
   (package
     (name "lz4")
-    (version "1.9.2")
+    (version "1.9.3")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference (url "https://github.com/lz4/lz4";)
                            (commit (string-append "v" version))))
        (sha256
-        (base32
-         "0lpaypmk70ag2ks3kf2dl4ac3ba40n5kc1ainkp9wfjawz76mh61"))
+        (base32 "1w02kazh1fps3sji2sn89fz862j1199c5ajrqcgl1bnlxj09kcbz"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (outputs (list "out" "static"))



reply via email to

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