doc: Use new PACKAGE@VERSION syntax in example.
* doc/guix.texi (Using the Configuration System): Use PACKAGE@VERSION syntax.
This commit is contained in:
		
							parent
							
								
									f6c8cb996b
								
							
						
					
					
						commit
						d5e5924835
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue