guix-commits
[Top][All Lists]
Advanced

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

03/15: gnu: libsodium: Update to 1.0.18.


From: guix-commits
Subject: 03/15: gnu: libsodium: Update to 1.0.18.
Date: Mon, 3 Jun 2019 16:32:23 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 3c75c66cf377df17336ef730c7700f4c84022704
Author: Marius Bakke <address@hidden>
Date:   Fri May 31 21:48:49 2019 +0200

    gnu: libsodium: Update to 1.0.18.
    
    * gnu/packages/crypto.scm (libsodium): Update to 1.0.18.
---
 gnu/packages/crypto.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index 1d145ef..53137e9 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -75,7 +75,7 @@
 (define-public libsodium
   (package
     (name "libsodium")
-    (version "1.0.17")
+    (version "1.0.18")
     (source (origin
             (method url-fetch)
             (uri (list (string-append
@@ -86,7 +86,7 @@
                         "releases/old/libsodium-" version ".tar.gz")))
             (sha256
              (base32
-              "1cf2d9v1gylz1qcy2zappbf526qfmph6gd6fnn3w2b347vixmhqc"))))
+              "1h9ncvj23qbbni958knzsli8dvybcswcjbx0qjjgi922nf848l3g"))))
     (build-system gnu-build-system)
     (synopsis "Portable NaCl-based crypto library")
     (description



reply via email to

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