guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: libsodium: Update to 1.0.10.


From: Leo Famulari
Subject: 01/01: gnu: libsodium: Update to 1.0.10.
Date: Sun, 29 May 2016 17:27:17 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 5d1cd076de6474a40b8a631e41acfd2663bc40b1
Author: Leo Famulari <address@hidden>
Date:   Sun May 29 13:26:22 2016 -0400

    gnu: libsodium: Update to 1.0.10.
    
    * gnu/packages/crypto.scm (libsodium): Update to 1.0.10.
---
 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 08eb146..b2ea848 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -30,7 +30,7 @@
 (define-public libsodium
   (package
     (name "libsodium")
-    (version "1.0.0")
+    (version "1.0.10")
     (source (origin
             (method url-fetch)
             (uri (list (string-append
@@ -41,7 +41,7 @@
                         "releases/old/libsodium-" version ".tar.gz")))
             (sha256
              (base32
-              "19f9vf0shfp4rc4l791r6xjg06z4i8psj1zkjkm3z5b640yzxlff"))))
+              "1gn45g956lyz8l6iq187yc6l627vyivyp8qc5dkr6dnhdnlqddvi"))))
     (build-system gnu-build-system)
     (synopsis "Portable NaCl-based crypto library")
     (description



reply via email to

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