summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-04-16 01:36:54 +0200
committerLudovic Courtès <ludo@gnu.org>2016-04-17 01:23:52 +0200
commitd5e5924835fcaafa716e4b95157299fa8dccaab5 (patch)
treec3829ba163749f4e7b76e71c7f192994d504c524 /doc
parentf6c8cb996b2e9095de4dc6258302e1eaac98d8bd (diff)
downloadpatches-d5e5924835fcaafa716e4b95157299fa8dccaab5.tar
patches-d5e5924835fcaafa716e4b95157299fa8dccaab5.tar.gz
doc: Use new PACKAGE@VERSION syntax in example.
* doc/guix.texi (Using the Configuration System): Use PACKAGE@VERSION syntax.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 9b7a0cb455..8088167818 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -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