1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: guile-sodium: Update to 0.3.0.

* gnu/packages/guile-xyz.scm (guile-sodium): Update to 0.3.0.
[native-inputs]: Add guile-3.0.
[propagated-inputs]: Move libsodium from here ...
[inputs]: ... to here.

Change-Id: I2949cc98d0f28f8c5c2d20de8164fb71dfdda236
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Merges: #6701
This commit is contained in:
Yelninei
2026-02-25 10:32:31 +00:00
committed by Ludovic Courtès
parent d6cd20d0e5
commit d16dcad885

View File

@@ -6931,7 +6931,7 @@ JWT. Supported algorithms: HS256, HS384, HS512.")
(define-public guile-sodium
(package
(name "guile-sodium")
(version "0.1.0")
(version "0.3.0")
(source
(origin
(method git-fetch)
@@ -6939,13 +6939,12 @@ JWT. Supported algorithms: HS256, HS384, HS512.")
(url "https://codeberg.org/eris/guile-sodium.git")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256 (base32 "189jsj87hycs57a54x0b9lifwvhr63nypb9vfxdrq7rwrpcvi5f8"))))
(sha256 (base32 "00bvxnvpv1kggvg4riri1w86gxkkfyp47xvjn6hdrvpdbzr1rqg5"))))
(build-system gnu-build-system)
(arguments `())
(native-inputs
(list autoconf automake pkg-config texinfo))
(inputs (list guile-3.0))
(propagated-inputs (list libsodium))
(inputs (list guile-3.0 libsodium))
(synopsis "Guile bindings to the libsodium cryptographic library")
(description
"This package provides Guile bindings to the libsodium cryptographic library