mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: guile-irc: Build with Guile 3.
* gnu/packages/guile-xyz.scm (guile-irc)[inputs]: Replace guile-2.2 with guile-3.0.
This commit is contained in:
parent
6700dc3341
commit
b441238285
1 changed files with 1 additions and 1 deletions
|
@ -3555,7 +3555,7 @@ (define-public guile-irc
|
||||||
("texinfo" ,texinfo)))
|
("texinfo" ,texinfo)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("gnutls" ,gnutls)
|
`(("gnutls" ,gnutls)
|
||||||
("guile" ,guile-2.2)))
|
("guile" ,guile-3.0)))
|
||||||
(home-page "https://github.com/rekado/guile-irc")
|
(home-page "https://github.com/rekado/guile-irc")
|
||||||
(synopsis "IRC library for Guile")
|
(synopsis "IRC library for Guile")
|
||||||
(description "This package provides a Guile library for @dfn{Internet
|
(description "This package provides a Guile library for @dfn{Internet
|
||||||
|
|
Loading…
Reference in a new issue