[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#52555] [RFC PATCH v2 1/5] WIP: gnu: guile-eris: Update to unrelease
From: |
pukkamustard |
Subject: |
[bug#52555] [RFC PATCH v2 1/5] WIP: gnu: guile-eris: Update to unreleased git version. |
Date: |
Tue, 25 Jan 2022 19:21:57 +0000 |
* gnu/packages/guile-xyz.schm (guile-eris): Update to unreleased git version.
[source]: Update source URI.
[propagated-inputs]: Add guile-json-4 and guile-gdbm-ffi.
---
gnu/packages/guile-xyz.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index e2cf793acc..66ac486a74 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -4374,15 +4374,15 @@ (define-public guile-sodium
(define-public guile-eris
(package
(name "guile-eris")
- (version "0.2.0")
+ (version "bcbbcbc88f3ec1f2fafcd034ce5b620516bff105")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://inqlab.net/git/eris.git")
- (commit (string-append "v" version))))
+ (url "https://codeberg.org/eris/guile-eris")
+ (commit version)))
(file-name (git-file-name name version))
- (sha256 (base32
"1ijglmwkdy1l87gj429qfjis0v8b1zlxhbyfhx5za8664h68nqka"))))
+ (sha256 (base32
"17v3h2hqx080739rl57nfradp5vlmy24fgqdxry1zal5z9d3i8sr"))))
(build-system gnu-build-system)
(arguments '())
(native-inputs
@@ -4394,7 +4394,7 @@ (define-public guile-eris
guile-srfi-180))
(inputs (list guile-3.0))
(propagated-inputs
- (list guile-sodium))
+ (list guile-sodium guile-json-4 guile-gdbm-ffi))
(synopsis "Guile implementation of the Encoding for Robust Immutable
Storage (ERIS)")
(description
"Guile-ERIS is the reference implementation of the Encoding for Robust
--
2.34.0
- [bug#52555] [RFC PATCH v2 0/5] Decentralized substitute distribution with ERIS, pukkamustard, 2022/01/25
- [bug#52555] [RFC PATCH v2 2/5] publish: Add ERIS URN to narinfo, pukkamustard, 2022/01/25
- [bug#52555] [RFC PATCH v2 3/5] Add (guix eris)., pukkamustard, 2022/01/25
- [bug#52555] [RFC PATCH v2 1/5] WIP: gnu: guile-eris: Update to unreleased git version.,
pukkamustard <=
- [bug#52555] [RFC PATCH v2 5/5] substitute: Fetch substitutes using ERIS., pukkamustard, 2022/01/25
- [bug#52555] [RFC PATCH v2 4/5] publish: Add support for storing ERIS encoded blocks to IPFS., pukkamustard, 2022/01/25
- [bug#52555] [RFC PATCH v2 0/5] Decentralized substitute distribution with ERIS, Maxime Devos, 2022/01/29
- [bug#52555] [RFC PATCH v2 0/5] Decentralized substitute distribution with ERIS, Maxime Devos, 2022/01/29