diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-05-07 21:15:56 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-05-10 11:07:51 +0200 |
commit | 47c66da00b737b28f27429e472c71cf987409b60 (patch) | |
tree | 8a0ead4f26471624ea30eeab4d7fcb43777e6de9 /doc | |
parent | 8fda1b797063af19bda898e41dcf6a8369d8aed5 (diff) | |
download | patches-47c66da00b737b28f27429e472c71cf987409b60.tar patches-47c66da00b737b28f27429e472c71cf987409b60.tar.gz |
build: Require Guile >= 2.0.7.
* configure.ac: Require guile-2.0 >= 2.0.7.
* README: Adjust accordingly.
* doc/guix.texi (Requirements): Likewise.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 33b1c2ed01..767c00e439 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -332,7 +332,7 @@ in the Guix source tree for additional details. GNU Guix depends on the following packages: @itemize -@item @url{http://gnu.org/software/guile/, GNU Guile}, version 2.0.5 or later; +@item @url{http://gnu.org/software/guile/, GNU Guile}, version 2.0.7 or later; @item @url{http://gnupg.org/, GNU libgcrypt}; @end itemize |