summary refs log tree commit diff
path: root/gnu/packages/guile.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2017-04-06 10:45:29 +0200
committerLudovic Courtès <ludo@gnu.org>2017-04-06 10:45:55 +0200
commitcb5be6df9191ae00b495cf37a35e6b3b3cd4b5a9 (patch)
tree0a9ddac6c11c29e11e3a166b50348d298e885e0a /gnu/packages/guile.scm
parent7295087eb1fad67978b7f787b8e92de3fdf70f91 (diff)
downloadguix-cb5be6df9191ae00b495cf37a35e6b3b3cd4b5a9.tar.gz
gnu: guile-aspell: Switch to Guile 2.2.
* gnu/packages/guile.scm (guile-aspell)[inputs]: Replace GUILE-2.0 with
GUILE-2.2.
Diffstat (limited to 'gnu/packages/guile.scm')
-rw-r--r--gnu/packages/guile.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 62a58dcf98..d69b627f9a 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -1548,7 +1548,7 @@ $(datadir)/guile/site/$(GUILE_EFFECTIVE_VERSION)\n"))
                                           "/lib/libaspell\"")))
                         #t))))))
     (native-inputs `(("pkg-config" ,pkg-config)))
-    (inputs `(("guile" ,guile-2.0)
+    (inputs `(("guile" ,guile-2.2)
               ("aspell" ,aspell)))
     (home-page "https://github.com/spk121/guile-aspell")
     (synopsis "Spell-checking from Guile")