gnu: guile-ncurses-with-gpm: Fix Guile version.

* gnu/packages/guile-xyz.scm (guile-ncurses/gpm)[inputs]: Use guile-3.0,
not guile-2.2.
This commit is contained in:
Tobias Geerinckx-Rice 2021-05-07 17:25:37 +02:00
parent e15f7a6b5a
commit b4d809b063
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2205,7 +2205,7 @@ (define-public guile-ncurses/gpm
(inherit guile-ncurses)
(name "guile-ncurses-with-gpm")
(inputs `(("ncurses" ,ncurses/gpm)
("guile" ,guile-2.2)))))
("guile" ,guile-3.0)))))
(define-public guile3.0-ncurses/gpm
(package