mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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.
This commit is contained in:
parent
e93f8d9849
commit
aabece2ef8
1 changed files with 2 additions and 2 deletions
|
@ -1520,7 +1520,7 @@ (define-public guile-bytestructures
|
|||
(install-file "README.md" doc)
|
||||
#t))))
|
||||
(inputs
|
||||
`(("guile" ,guile-2.0)))
|
||||
`(("guile" ,guile-2.2)))
|
||||
(home-page "https://github.com/TaylanUB/scheme-bytestructures")
|
||||
(synopsis "Structured access to bytevector contents for Guile")
|
||||
(description
|
||||
|
@ -1727,7 +1727,7 @@ (define-public guile-git
|
|||
("automake" ,automake)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
`(("guile" ,guile-2.0)
|
||||
`(("guile" ,guile-2.2)
|
||||
("libgit2" ,libgit2)))
|
||||
(propagated-inputs
|
||||
`(("guile-bytestructures" ,guile-bytestructures)))
|
||||
|
|
Loading…
Reference in a new issue