gnu: guile-git, guile-bytestructures: Switch to Guile 2.2.
* gnu/packages/guile.scm (guile-bytestructures)[inputs]: Replace GUILE-2.0 with GUILE-2.2. (guile-git)[inputs]: Likewise.master
parent
e93f8d9849
commit
aabece2ef8
|
@ -1520,7 +1520,7 @@ is no support for parsing block and inline level HTML.")
|
||||||
(install-file "README.md" doc)
|
(install-file "README.md" doc)
|
||||||
#t))))
|
#t))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("guile" ,guile-2.0)))
|
`(("guile" ,guile-2.2)))
|
||||||
(home-page "https://github.com/TaylanUB/scheme-bytestructures")
|
(home-page "https://github.com/TaylanUB/scheme-bytestructures")
|
||||||
(synopsis "Structured access to bytevector contents for Guile")
|
(synopsis "Structured access to bytevector contents for Guile")
|
||||||
(description
|
(description
|
||||||
|
@ -1727,7 +1727,7 @@ is not available for Guile 2.0.")
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("guile" ,guile-2.0)
|
`(("guile" ,guile-2.2)
|
||||||
("libgit2" ,libgit2)))
|
("libgit2" ,libgit2)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("guile-bytestructures" ,guile-bytestructures)))
|
`(("guile-bytestructures" ,guile-bytestructures)))
|
||||||
|
|
Reference in New Issue