diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-04-16 01:36:54 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-04-17 01:23:52 +0200 |
commit | d5e5924835fcaafa716e4b95157299fa8dccaab5 (patch) | |
tree | c3829ba163749f4e7b76e71c7f192994d504c524 /doc | |
parent | f6c8cb996b2e9095de4dc6258302e1eaac98d8bd (diff) | |
download | patches-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.texi | 2 |
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 |