diff options
author | Florian Pelz <pelzflorian@pelzflorian.de> | 2024-11-24 11:39:03 +0100 |
---|---|---|
committer | Florian Pelz <pelzflorian@pelzflorian.de> | 2024-11-24 12:53:56 +0100 |
commit | 3f938d841eacb3370fcaeae41084d7594536c2d5 (patch) | |
tree | 14b48dca3eceef154729a40389ba9e9db656a8af /doc/guix.texi | |
parent | 745943d253b5fc4ac850fb8851e2b398ac673c33 (diff) | |
download | guix-3f938d841eacb3370fcaeae41084d7594536c2d5.tar.gz guix-3f938d841eacb3370fcaeae41084d7594536c2d5.zip |
doc: Refer to up-to-date version of ‘gcc-toolchain’ in example.
* doc/guix.texi (Writing Manifests): Write that for
‘gcc-toolchain’ we have GCC version 14 today.
Change-Id: I9bfbe4a6d36b0dae16cafec86ce58ef50e64e50d
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 3ca8629aef..26488b41c8 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -8797,8 +8797,8 @@ Options}). @quotation Note Manifests are @emph{symbolic}: they refer to packages of the channels @emph{currently in use} (@pxref{Channels}). In the example above, -@code{gcc-toolchain} might refer to version 11 today, but it might refer -to version 13 two years from now. +@code{gcc-toolchain} might refer to version 14 today, but it might refer +to version 16 two years from now. If you want to ``pin'' your software environment to specific package versions and variants, you need an additional piece of information: the |