[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: guile-aspell: Switch to Guile 2.2.
From: |
Ludovic Courtès |
Subject: |
03/03: gnu: guile-aspell: Switch to Guile 2.2. |
Date: |
Thu, 6 Apr 2017 04:46:16 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit cb5be6df9191ae00b495cf37a35e6b3b3cd4b5a9
Author: Ludovic Courtès <address@hidden>
Date: Thu Apr 6 10:45:29 2017 +0200
gnu: guile-aspell: Switch to Guile 2.2.
* gnu/packages/guile.scm (guile-aspell)[inputs]: Replace GUILE-2.0 with
GUILE-2.2.
---
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 62a58dc..d69b627 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")