From 7f5c1c662df1080db275655171cd44d7dbb343bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 4 Sep 2025 17:33:06 +0200 Subject: [PATCH] =?UTF-8?q?doc:=20Remove=20misplaced=20=E2=80=98guix=20ref?= =?UTF-8?q?resh=E2=80=99=20example.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * doc/guix.texi (Invoking guix refresh): Remove broken and out-of-place ‘trytond-party’ example. Change-Id: Iab2413774eb611e7fab2519001f484ce29010599 --- doc/guix.texi | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index 6caeeb027c9..625b6dd7faf 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -15198,7 +15198,6 @@ are many packages, though, for which it lacks a method to determine whether a new upstream release is available. However, the mechanism is extensible, so feel free to get in touch with us to add a new method! - If for some reason you don't want to update to the latest version, you can update to a specific version by appending an equal sign and the desired version number to the package specification. Note that not all @@ -15206,8 +15205,6 @@ updaters support this; an error is reported when an updater cannot refresh to the specified version. @example -$ guix refresh trytond-party -gnu/packages/guile.scm:392:2: guile would be upgraded from 3.0.3 to 3.0.5 $ guix refresh -u guile=3.0.4 @dots{} gnu/packages/guile.scm:392:2: guile: updating from version 3.0.3 to version 3.0.4...