diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2025-11-26 10:07:55 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2026-01-27 13:01:14 +0100 |
| commit | 40c24a92af2ead4379ea0755304c00fd09c806bf (patch) | |
| tree | 595bfca59963c57fa294874fd725983120e656b6 /doc/contributing.texi | |
| parent | ab72a155c6ddaaad7d3a5dfc7cd018ed48fd0e09 (diff) | |
serialization: Use ‘bytevector-slice’ from Guile >= 3.0.9.
* guix/serialization.scm (sub-bytevector): Remove.
(read-byte-string): Use ‘bytevector-slice’.
* configure.ac: Require Guile 3.0.9.
* doc/contributing.texi (Requirements): Adjust accordingly.
Change-Id: I7aa11a2182530ea5131be591db03b17efb6847a4
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Merges: #4495
Diffstat (limited to 'doc/contributing.texi')
| -rw-r--r-- | doc/contributing.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi index c0a426db8af..06b4883baa2 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi | |||
| @@ -66,7 +66,7 @@ GNU Guix depends on the following packages: | |||
| 66 | 66 | ||
| 67 | @itemize | 67 | @itemize |
| 68 | @item @url{https://gnu.org/software/guile/, GNU Guile}, version 3.0.x, | 68 | @item @url{https://gnu.org/software/guile/, GNU Guile}, version 3.0.x, |
| 69 | version 3.0.3 or later; | 69 | version 3.0.9 or later; |
| 70 | @item @url{https://notabug.org/cwebber/guile-gcrypt, Guile-Gcrypt}, version | 70 | @item @url{https://notabug.org/cwebber/guile-gcrypt, Guile-Gcrypt}, version |
| 71 | 0.1.0 or later; | 71 | 0.1.0 or later; |
| 72 | @item | 72 | @item |
