summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2026-04-18 17:41:42 +0200
committerAndreas Enge <andreas@enge.fr>2026-04-23 22:47:11 +0200
commitab36825327e4ee0eced7915a94de27a80a2214d1 (patch)
tree16ac215d3e5dc0afeeb13642636c16b5cd529855
parent9880ac31226f8291e6d3011b12988237e8d144a2 (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
-rw-r--r--gnu/packages/crypto.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index ddf14c0e701..8d2be9d062d 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -276,7 +276,7 @@ Ed448-Goldilocks and Curve448, using the Decaf encoding.")
276(define-public libsodium 276(define-public libsodium
277 (package 277 (package
278 (name "libsodium") 278 (name "libsodium")
279 (version "1.0.21") 279 (version "1.0.22")
280 (source 280 (source
281 (origin 281 (origin
282 (method git-fetch) 282 (method git-fetch)
@@ -286,7 +286,7 @@ Ed448-Goldilocks and Curve448, using the Decaf encoding.")
286 (file-name (git-file-name name version)) 286 (file-name (git-file-name name version))
287 (sha256 287 (sha256
288 (base32 288 (base32
289 "1l6pc3m8zl1sip9ib91bjsb2z2zr7xa7bhblwwmyn9x4nkwqj17n")))) 289 "05lqdn6nzldsia5mv5a9xfvc5k0kybh9snwv7qsb135gva4bpjwk"))))
290 (build-system gnu-build-system) 290 (build-system gnu-build-system)
291 (synopsis "Portable NaCl-based crypto library") 291 (synopsis "Portable NaCl-based crypto library")
292 (description 292 (description