1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-16 15:34:03 +02:00

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
This commit is contained in:
Andreas Enge
2026-04-18 17:41:42 +02:00
parent 9880ac3122
commit ab36825327
+2 -2
View File
@@ -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