gnu: libsodium: Update to 1.0.17.

* gnu/packages/crypto.scm (libsodium): Update to 1.0.17.
master
Marius Bakke 2019-01-12 21:56:48 +01:00
parent 0b014776c9
commit 8bcae1e60c
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -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