guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: guile-wisp: Switch to Guile 2.2.


From: Ludovic Courtès
Subject: 02/03: gnu: guile-wisp: Switch to Guile 2.2.
Date: Mon, 27 Nov 2017 08:06:55 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 89c4bfe7f84044a973e2d8b52b6c3a2cf0f5d9d3
Author: Ludovic Courtès <address@hidden>
Date:   Mon Nov 27 13:52:21 2017 +0100

    gnu: guile-wisp: Switch to Guile 2.2.
    
    * gnu/packages/guile.scm (guile-wisp)[inputs]: Use GUILE-2.2 instead of
    GUILE-2.0.
---
 gnu/packages/guile.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 5c8896a..6d9c428 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -1312,7 +1312,7 @@ key-value cache and store.")
               #t))))))
     (home-page "http://draketo.de/english/wisp";)
     (inputs
-     `(("guile" ,guile-2.0)))
+     `(("guile" ,guile-2.2)))
     (native-inputs
      `(("python" ,python)
        ("pkg-config" ,pkg-config)))



reply via email to

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