1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 14:55:55 +02:00

gnu: libsodium: Update to 1.0.16.

* gnu/packages/crypto.scm (libsodium): Update to 1.0.16.
This commit is contained in:
Marius Bakke
2017-12-17 02:17:16 +01:00
parent 8e9b3c6647
commit 7bd9af7376
+2 -2
View File
@@ -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