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
parent
e084090554
commit
89c4bfe7f8
|
@ -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)))
|
||||
|
|
Reference in New Issue