guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/08: news: Add entry for '--with-latest'.


From: guix-commits
Subject: 08/08: news: Add entry for '--with-latest'.
Date: Tue, 19 Jan 2021 12:15:32 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit ff34f8a6939a0ce633135b5ca1dcf0e9e712efcd
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Jan 19 18:13:46 2021 +0100

    news: Add entry for '--with-latest'.
    
    * etc/news.scm: Add entry.
---
 etc/news.scm | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/etc/news.scm b/etc/news.scm
index cd9b7a8..b16cc0d 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -18,6 +18,37 @@
 (channel-news
  (version 0)
 
+ (entry (commit "9ab817b2a4601b4a6755983590ed7d93ebdc8d09")
+        (title (en "New @option{--with-latest} package transformation option")
+               (fr "Nouvelle option de transformation @option{--with-latest}"))
+        (body
+         (en "The new @option{--with-latest} package transformation option
+gets the latest release of a package, as would be identified by @command{guix
+refresh}, and uses it instead of the currently-packaged version.  For example,
+to install the latest release of GNOME Weather linked against the latest
+version of libgweather, run:
+
+@example
+guix install gnome-weather \\
+  --with-latest=gnome-weather --with-latest=libgweather
+@end example
+
+Run @command{info \"(guix) Package Transformation Options\"} for more info.")
+         (fr "La nouvelle option de transformation de paquets
+@option{--with-latest} récupère la dernière version d'un logiciel telle
+qu'elle serait trouvée par @command{guix refresh} et l'utilise à la place la
+version actuellement fournie par le paquet.  Par exemple, pour installer la
+dernière version de GNOME Weather, elle-même compilée avec la dernière version
+de libgweather, on lancera :
+
+@example
+guix install gnome-weather \\
+  --with-latest=gnome-weather --with-latest=libgweather
+@end example
+
+Voir @command{info \"(guix.fr) Options de transformation de paquets\"} pour
+plus de détails.")))
+
  (entry (commit "a879e35116043d5daf3d9d175b697d10b9177fd5")
         (title (en "Substitutes can now be compressed with zstd")
                (de "Substitute können nun mit zstd komprimiert werden")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]