mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
4d67801510
commit
caebf852d9
1 changed files with 12 additions and 6 deletions
|
@ -6795,15 +6795,15 @@ tools.")
|
||||||
(define-public guile-eris
|
(define-public guile-eris
|
||||||
(package
|
(package
|
||||||
(name "guile-eris")
|
(name "guile-eris")
|
||||||
(version "1.0.0")
|
(version "1.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://codeberg.org/eris/guile-eris.git")
|
(url "https://codeberg.org/eris/guile-eris.git")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256 (base32 "0d4wbjwwaxk0zn5gjhl86qhvk1aisgzp1vnvy4xbvrv5ydqpgyqm"))))
|
(sha256 (base32 "03z9dr725kdj57gmkwnx6v6p8nkf0xbn359q2dnn4b29x3dxf39x"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments '())
|
(arguments '())
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
@ -6816,8 +6816,14 @@ tools.")
|
||||||
guile-quickcheck))
|
guile-quickcheck))
|
||||||
(inputs (list guile-3.0))
|
(inputs (list guile-3.0))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list guile-sodium))
|
(list guile-sodium
|
||||||
(synopsis "Guile implementation of the Encoding for Robust Immutable Storage (ERIS)")
|
guile-coap
|
||||||
|
guile-fibers
|
||||||
|
guile-sqlite3
|
||||||
|
guile-zstd
|
||||||
|
guile-cbor))
|
||||||
|
(synopsis "Guile implementation of the Encoding for Robust Immutable
|
||||||
|
Storage (ERIS)")
|
||||||
(description
|
(description
|
||||||
"Guile-ERIS is a Guile implementation of the @url{http://purl.org/eris,
|
"Guile-ERIS is a Guile implementation of the @url{http://purl.org/eris,
|
||||||
Encoding for Robust Immutable Storage (ERIS)}. ERIS allows arbitrary content
|
Encoding for Robust Immutable Storage (ERIS)}. ERIS allows arbitrary content
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue