diff options
| author | pukkamustard <pukkamustard@posteo.net> | 2023-12-28 09:40:06 +0000 |
|---|---|---|
| committer | jgart <jgart@dismail.de> | 2025-08-25 15:56:38 -0500 |
| commit | caebf852d91d9fc901da3aefdcb48d014916a2d6 (patch) | |
| tree | bcf81fcc297363a9e0c05e15a00934309c46cc64 | |
| parent | 4d67801510c8cdc9740da27a7a4a8878b6f081a3 (diff) | |
gnu: guile-eris: Update to 1.2.0.
* gnu/packages/guile-xyz.scm (guile-eris): Update to 1.2.0.
[propagated-inputs]: Add guile-coap, guile-fibers, guile-sqlite3, guile-zstd
and guile-cbor.
Co-authored-by: NoƩ Lopez <noelopez@free.fr>
Change-Id: I45d7c2ba2cbb133b85efd3641fcd68c56dcd1cc2
Signed-off-by: jgart <jgart@dismail.de>
| -rw-r--r-- | gnu/packages/guile-xyz.scm | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index f2135aabbb..1a7edd1e51 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -6795,15 +6795,15 @@ tools.") (define-public guile-eris (package (name "guile-eris") - (version "1.0.0") + (version "1.2.0") (source (origin (method git-fetch) (uri (git-reference - (url "https://codeberg.org/eris/guile-eris.git") - (commit (string-append "v" version)))) + (url "https://codeberg.org/eris/guile-eris.git") + (commit (string-append "v" version)))) (file-name (git-file-name name version)) - (sha256 (base32 "0d4wbjwwaxk0zn5gjhl86qhvk1aisgzp1vnvy4xbvrv5ydqpgyqm")))) + (sha256 (base32 "03z9dr725kdj57gmkwnx6v6p8nkf0xbn359q2dnn4b29x3dxf39x")))) (build-system gnu-build-system) (arguments '()) (native-inputs @@ -6816,8 +6816,14 @@ tools.") guile-quickcheck)) (inputs (list guile-3.0)) (propagated-inputs - (list guile-sodium)) - (synopsis "Guile implementation of the Encoding for Robust Immutable Storage (ERIS)") + (list guile-sodium + guile-coap + guile-fibers + guile-sqlite3 + guile-zstd + guile-cbor)) + (synopsis "Guile implementation of the Encoding for Robust Immutable +Storage (ERIS)") (description "Guile-ERIS is a Guile implementation of the @url{http://purl.org/eris, Encoding for Robust Immutable Storage (ERIS)}. ERIS allows arbitrary content |
