guix-commits
[Top][All Lists]
Advanced

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

06/10: gnu: zstd: Update to 1.3.8.


From: guix-commits
Subject: 06/10: gnu: zstd: Update to 1.3.8.
Date: Wed, 2 Jan 2019 15:11:29 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 2f325b63910d6dd9ad6dc4d32eab1d7b914a11ae
Author: Efraim Flashner <address@hidden>
Date:   Wed Jan 2 20:24:23 2019 +0200

    gnu: zstd: Update to 1.3.8.
    
    * gnu/packages/compression.scm (zstd): Update to 1.3.8.
    [home-page]: Update to new home-page.
---
 gnu/packages/compression.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index e8a50c6..70f7d18 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -7,7 +7,7 @@
 ;;; Copyright © 2015, 2016, 2017, 2018 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2015, 2017, 2018 Leo Famulari <address@hidden>
 ;;; Copyright © 2015 Jeff Mickey <address@hidden>
-;;; Copyright © 2015, 2016, 2017, 2018 Efraim Flashner <address@hidden>
+;;; Copyright © 2015, 2016, 2017, 2018, 2019 Efraim Flashner <address@hidden>
 ;;; Copyright © 2016 Ben Woodcroft <address@hidden>
 ;;; Copyright © 2016 Danny Milosavljevic <address@hidden>
 ;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
@@ -1786,14 +1786,14 @@ or junctions, and always follows hard links.")
 (define-public zstd
   (package
     (name "zstd")
-    (version "1.3.7")
+    (version "1.3.8")
     (source
      (origin
        (method url-fetch)
        (uri (string-append 
"https://github.com/facebook/zstd/releases/download/";
                            "v" version "/zstd-" version ".tar.gz"))
        (sha256
-        (base32 "0gapsdzqfsfqqddzv22592iwa0008xjyi15f06pfv9hcvwvg4xrj"))))
+        (base32 "13nlsqhkn276frxrzjdn7wz0j9zz414lf336885ykyxcvw2a0gr9"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases
@@ -1808,7 +1808,7 @@ or junctions, and always follows hard links.")
              ;; Not currently detected, but be explicit & avoid surprises 
later.
              "HAVE_LZ4=0"
              "HAVE_ZLIB=0")))
-    (home-page "http://zstd.net/";)
+    (home-page "https://facebook.github.io/zstd/";)
     (synopsis "Zstandard real-time compression algorithm")
     (description "Zstandard (@command{zstd}) is a lossless compression 
algorithm
 that combines very fast operation with a compression ratio comparable to that 
of



reply via email to

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