diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-03-30 11:14:20 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-03-30 11:15:17 +0200 |
commit | aabece2ef8f87c35ceb3678f39fcfd244b15bb0f (patch) | |
tree | 9415da078fbfc1bca4f3f16b38f24a439dfbcde0 | |
parent | e93f8d984984c1e40311d7c8d1de7cca91189f2c (diff) | |
download | patches-aabece2ef8f87c35ceb3678f39fcfd244b15bb0f.tar patches-aabece2ef8f87c35ceb3678f39fcfd244b15bb0f.tar.gz |
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.
-rw-r--r-- | gnu/packages/guile.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm index b12122b8b4..e345c1f0e7 100644 --- a/gnu/packages/guile.scm +++ b/gnu/packages/guile.scm @@ -1520,7 +1520,7 @@ is no support for parsing block and inline level HTML.") (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 @@ is not available for Guile 2.0.") ("automake" ,automake) ("pkg-config" ,pkg-config))) (inputs - `(("guile" ,guile-2.0) + `(("guile" ,guile-2.2) ("libgit2" ,libgit2))) (propagated-inputs `(("guile-bytestructures" ,guile-bytestructures))) |