guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: libsodium: Update to 1.0.16.


From: Marius Bakke
Subject: 02/06: gnu: libsodium: Update to 1.0.16.
Date: Mon, 18 Dec 2017 19:39:48 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 7bd9af73765240cb84e2d779e9b29873252e60f6
Author: Marius Bakke <address@hidden>
Date:   Sun Dec 17 02:17:16 2017 +0100

    gnu: libsodium: Update to 1.0.16.
    
    * gnu/packages/crypto.scm (libsodium): Update to 1.0.16.
---
 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 7f02400..92da952 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -61,7 +61,7 @@
 (define-public libsodium
   (package
     (name "libsodium")
-    (version "1.0.15")
+    (version "1.0.16")
     (source (origin
             (method url-fetch)
             (uri (list (string-append
@@ -72,7 +72,7 @@
                         "releases/old/libsodium-" version ".tar.gz")))
             (sha256
              (base32
-              "1x3qw7lsz44vcxpcn1dvwig410phg6gmv31jwj94arrgka3rwspv"))))
+              "0cq5pn7qcib7q70mm1lgjwj75xdxix27v0xl1xl0kvxww7hwgbgf"))))
     (build-system gnu-build-system)
     (synopsis "Portable NaCl-based crypto library")
     (description



reply via email to

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