summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-04-16 23:13:28 +0200
committerLudovic Courtès <ludo@gnu.org>2015-04-16 23:15:06 +0200
commit4b9b3cbbc45afa3e374889847d4ab8673b8b2db2 (patch)
treeeee479452554b00485db2cf852865c0a6e81b480 /doc
parent77db91addc57faa000db05563820f57a9ffdedfc (diff)
downloadpatches-4b9b3cbbc45afa3e374889847d4ab8673b8b2db2.tar
patches-4b9b3cbbc45afa3e374889847d4ab8673b8b2db2.tar.gz
refresh: Allow users to refer to specific package versions.
* guix/scripts/refresh.scm (guix-refresh): Use 'specification->package' instead of 'find-packages-by-name'. This allows users to specify things like "qt-4.8.6". * doc/guix.texi (Invoking guix refresh): Add an example.
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 97fa3b6548..6b6604a426 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -3285,7 +3285,7 @@ In addition, @command{guix refresh} can be passed one or more package
names, as in this example:
@example
-guix refresh -u emacs idutils
+guix refresh -u emacs idutils gcc-4.8.4
@end example
@noindent