doc: Use new PACKAGE@VERSION syntax in example. * doc/guix.texi (Using the Configuration System): Use PACKAGE@VERSION syntax.
1 files changed, 1 insertions(+), 1 deletions(-) M doc/guix.texi
M doc/guix.texi => doc/guix.texi +1 -1
@@ 6227,7 6227,7 @@ version: (operating-system ;; ... (packages (append (map specification->package - '("tcpdump" "htop" "gnupg-2.0")) + '("tcpdump" "htop" "gnupg@@2.0")) %base-packages))) @end lisp