GNU bug report logs -
#45977
[PATCH 0/1] gnu: guile-redis: Update to 2.0.0.
Previous Next
Reported by: BonfaceKilz <me <at> bonfacemunyoki.com>
Date: Tue, 19 Jan 2021 05:54:02 UTC
Severity: normal
Tags: patch
Merged with 45976
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
Message #22 received at 45977 <at> debbugs.gnu.org (full text, mbox):
`(ice-9 textual-ports)` is not present in guile 2.0.x thereby breaking the
build.
---
gnu/packages/guile-xyz.scm | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index ac260c804b..55551d3b15 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -2464,7 +2464,17 @@ key-value cache and store.")
(define-public guile2.0-redis
(package
(inherit guile-redis)
+ (version "1.3.0")
(name "guile2.0-redis")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/aconchillo/guile-redis")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "14izs8daxh7pb7vwpxi5g427qa31137jkaxrb1cy5rpjkwchy723"))))
(native-inputs `(("guile" ,guile-2.0)
,@(alist-delete "guile"
(package-native-inputs guile-redis))))))
--
2.29.2
This bug report was last modified 4 years and 111 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.