diff options
author | Leo Famulari <leo@famulari.name> | 2016-11-26 17:01:14 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-11-26 20:48:34 -0500 |
commit | b46cefc95486c88d50b768443dae7ee8b9d599f8 (patch) | |
tree | 4831fd51ff80a79ab2820e5b162639b73a34ef0f /gnu/packages/crypto.scm | |
parent | d32f4800d65837eb28e2d355ebec0430f2096ebd (diff) | |
download | patches-b46cefc95486c88d50b768443dae7ee8b9d599f8.tar patches-b46cefc95486c88d50b768443dae7ee8b9d599f8.tar.gz |
gnu: libsodium: Update to 1.0.11.
* gnu/packages/crypto.scm (libsodium): Update to 1.0.11.
Diffstat (limited to 'gnu/packages/crypto.scm')
-rw-r--r-- | gnu/packages/crypto.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm index c7445a1eba..e4a8a4bd54 100644 --- a/gnu/packages/crypto.scm +++ b/gnu/packages/crypto.scm @@ -56,7 +56,7 @@ (define-public libsodium (package (name "libsodium") - (version "1.0.10") + (version "1.0.11") (source (origin (method url-fetch) (uri (list (string-append @@ -67,7 +67,7 @@ "releases/old/libsodium-" version ".tar.gz"))) (sha256 (base32 - "1gn45g956lyz8l6iq187yc6l627vyivyp8qc5dkr6dnhdnlqddvi")))) + "0rf7z6bgpnf8lyz8sph4h43fbb28pmj4dgybf0hsxxj97kdljid1")))) (build-system gnu-build-system) (synopsis "Portable NaCl-based crypto library") (description |