guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: guile-ncurses-with-gpm: Fix Guile version.


From: guix-commits
Subject: branch master updated: gnu: guile-ncurses-with-gpm: Fix Guile version.
Date: Fri, 07 May 2021 14:11:12 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b4d809b  gnu: guile-ncurses-with-gpm: Fix Guile version.
b4d809b is described below

commit b4d809b063a03dd052d4e503f49b47ead28c352c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri May 7 17:25:37 2021 +0200

    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.
---
 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 f3fd58d..f908fb8 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -2205,7 +2205,7 @@ library.")
     (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]