[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: guile-irc: Build with Guile 3.
From: |
guix-commits |
Subject: |
branch master updated: gnu: guile-irc: Build with Guile 3. |
Date: |
Thu, 09 Jul 2020 06:36:47 -0400 |
This is an automated email from the git hooks/post-receive script.
rekado pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new b441238 gnu: guile-irc: Build with Guile 3.
b441238 is described below
commit b441238285d03219b24e26478afcc7d7880621dd
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jul 9 12:27:13 2020 +0200
gnu: guile-irc: Build with Guile 3.
* gnu/packages/guile-xyz.scm (guile-irc)[inputs]: Replace guile-2.2 with
guile-3.0.
---
gnu/packages/guile-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index d9b8eee..160bf63 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -3555,7 +3555,7 @@ according to Bitorrent BEP003.")
("texinfo" ,texinfo)))
(inputs
`(("gnutls" ,gnutls)
- ("guile" ,guile-2.2)))
+ ("guile" ,guile-3.0)))
(home-page "https://github.com/rekado/guile-irc")
(synopsis "IRC library for Guile")
(description "This package provides a Guile library for @dfn{Internet
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: guile-irc: Build with Guile 3.,
guix-commits <=