me
/
guix
Archived
1
0
Fork 0

gnu: guile-wisp: Switch to Guile 2.2.

* gnu/packages/guile.scm (guile-wisp)[inputs]: Use GUILE-2.2 instead of
GUILE-2.0.
master
Ludovic Courtès 2017-11-27 13:52:21 +01:00
parent e084090554
commit 89c4bfe7f8
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -1312,7 +1312,7 @@ key-value cache and store.")
#t)))))) #t))))))
(home-page "http://draketo.de/english/wisp") (home-page "http://draketo.de/english/wisp")
(inputs (inputs
`(("guile" ,guile-2.0))) `(("guile" ,guile-2.2)))
(native-inputs (native-inputs
`(("python" ,python) `(("python" ,python)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))