guix-commits
[Top][All Lists]
Advanced

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

18/23: gnu: libsodium: Update to 1.0.17.


From: guix-commits
Subject: 18/23: gnu: libsodium: Update to 1.0.17.
Date: Sat, 12 Jan 2019 19:32:56 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 8bcae1e60c2c1d54362739ab913f762528ff3227
Author: Marius Bakke <address@hidden>
Date:   Sat Jan 12 21:56:48 2019 +0100

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



reply via email to

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