From: BonfaceKilz <me@bonfacemunyoki.com>
To: 45977@debbugs.gnu.org
Cc: BonfaceKilz <me@bonfacemunyoki.com>
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 [thread overview]
Message-ID: <20210126104233.21674-3-me@bonfacemunyoki.com> (raw)
In-Reply-To: <20210126104233.21674-1-me@bonfacemunyoki.com>
`(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
next prev parent reply other threads:[~2021-01-26 10:44 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-18 22:39 [bug#45977] [PATCH 0/1] gnu: guile-redis: Update to 2.0.0 BonfaceKilz
2021-01-18 22:39 ` [bug#45976] [PATCH 1/1] " BonfaceKilz
2021-01-19 19:26 ` [bug#45977] [PATCH 0/1] " Efraim Flashner
2021-01-20 6:47 ` Bonface Munyoki K.
2021-01-26 10:42 ` [bug#45977] [PATCH v2 0/2] " BonfaceKilz
2021-01-26 10:42 ` [bug#45977] [PATCH v2 1/2] " BonfaceKilz
2021-01-26 10:42 ` BonfaceKilz [this message]
2021-01-27 9:21 ` bug#45977: [PATCH v2 0/2] " Efraim Flashner
2021-01-27 9:40 ` [bug#45977] " Bonface Munyoki K.
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210126104233.21674-3-me@bonfacemunyoki.com \
--to=me@bonfacemunyoki.com \
--cc=45977@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.