guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: guile-xosd, guile-daemon: Switch to Guile 2.2.


From: Alex Kost
Subject: 02/03: gnu: guile-xosd, guile-daemon: Switch to Guile 2.2.
Date: Sun, 16 Apr 2017 05:19:49 -0400 (EDT)

alezost pushed a commit to branch master
in repository guix.

commit c6726a5f88b17df0eae13c3d2e2187c4fc2a064f
Author: Alex Kost <address@hidden>
Date:   Sun Apr 16 11:37:40 2017 +0300

    gnu: guile-xosd, guile-daemon: Switch to Guile 2.2.
    
    * gnu/packages/guile.scm (guile-xosd)[inputs]: Replace GUILE-2.0 with
    GUILE-2.2.
    (guile-daemon)[inputs]: Likewise.
---
 gnu/packages/guile.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index d45e60a..207daa5 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -1359,7 +1359,7 @@ SQL databases.  This package implements the interface for 
SQLite.")
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (inputs
-     `(("guile" ,guile-2.0)
+     `(("guile" ,guile-2.2)
        ("libx11" ,libx11)
        ("libxext" ,libxext)
        ("libxinerama" ,libxinerama)
@@ -1388,7 +1388,7 @@ library}.")
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (inputs
-     `(("guile" ,guile-2.0)))
+     `(("guile" ,guile-2.2)))
     (home-page "https://github.com/alezost/guile-daemon";)
     (synopsis "Evaluate code in a running Guile process")
     (description



reply via email to

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