diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-04-18 17:41:42 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-04-23 22:47:11 +0200 |
| commit | ab36825327e4ee0eced7915a94de27a80a2214d1 (patch) | |
| tree | 16ac215d3e5dc0afeeb13642636c16b5cd529855 /gnu | |
| parent | 9880ac31226f8291e6d3011b12988237e8d144a2 (diff) | |
gnu: libsodium: Update to 1.0.22.
This fixes a build failure on aarch64, see
https://github.com/jedisct1/libsodium/issues/1502 .
* gnu/packages/crypto.scm (libsodium): Update to 1.0.22.
Change-Id: Ibf422b4c8e21dc71f0202bad3199d54bd8e01056
Diffstat (limited to 'gnu')
| -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 ddf14c0e70..8d2be9d062 100644 --- a/gnu/packages/crypto.scm +++ b/gnu/packages/crypto.scm @@ -276,7 +276,7 @@ Ed448-Goldilocks and Curve448, using the Decaf encoding.") (define-public libsodium (package (name "libsodium") - (version "1.0.21") + (version "1.0.22") (source (origin (method git-fetch) @@ -286,7 +286,7 @@ Ed448-Goldilocks and Curve448, using the Decaf encoding.") (file-name (git-file-name name version)) (sha256 (base32 - "1l6pc3m8zl1sip9ib91bjsb2z2zr7xa7bhblwwmyn9x4nkwqj17n")))) + "05lqdn6nzldsia5mv5a9xfvc5k0kybh9snwv7qsb135gva4bpjwk")))) (build-system gnu-build-system) (synopsis "Portable NaCl-based crypto library") (description |
