GNU bug report logs - #45977
[PATCH 0/1] gnu: guile-redis: Update to 2.0.0.

Previous Next

Package: guix-patches;

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


View this message in rfc822 format

From: BonfaceKilz <me <at> bonfacemunyoki.com>
To: 45977 <at> debbugs.gnu.org
Cc: BonfaceKilz <me <at> bonfacemunyoki.com>, efraim <at> flashner.co.il
Subject: [bug#45977] [PATCH v2 2/2] gnu: guile2.0-redis: Revert to 1.3.0.
Date: Tue, 26 Jan 2021 13:42:33 +0300
`(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.