emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#60368: closed ([PATCH 0/2] Allow 'guix refresh' to downgrade package


From: GNU bug Tracking System
Subject: bug#60368: closed ([PATCH 0/2] Allow 'guix refresh' to downgrade packages when asked to)
Date: Tue, 03 Jan 2023 11:33:02 +0000

Your message dated Tue, 03 Jan 2023 12:32:30 +0100
with message-id <87ilhn97ld.fsf@gnu.org>
and subject line Re: bug#60368: [PATCH 0/2] Allow 'guix refresh' to downgrade 
packages when asked to
has caused the debbugs.gnu.org bug report #60368,
regarding [PATCH 0/2] Allow 'guix refresh' to downgrade packages when asked to
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
60368: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60368
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/2] Allow 'guix refresh' to downgrade packages when asked to Date: Tue, 27 Dec 2022 23:11:56 +0100
Hi Hartmut,

I figured changes from <https://issues.guix.gnu.org/57460> were not
applicable in some cases because of things that guard against
downgrade.

The following patches fix the use case where the user is explicitly
asking for a downgrade, as in:

  guix refresh guile@3.0=2.2.7
  guix refresh -u guile=3.0.0

Previously these wouldn’t do anything.

WDYT?

Ludo’.

Ludovic Courtès (2):
  refresh: Honor user-provided target version and report downgrades.
  upstream: Allow downgrades.

 guix/scripts/refresh.scm | 46 +++++++++++++++++++++++++++-------------
 guix/upstream.scm        | 17 ++++++++++++---
 2 files changed, 45 insertions(+), 18 deletions(-)


base-commit: fd0e69984f25bdf2405cf33b15a8bbb2010a7b85
-- 
2.38.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#60368: [PATCH 0/2] Allow 'guix refresh' to downgrade packages when asked to Date: Tue, 03 Jan 2023 12:32:30 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hi Hartmut and all,

Ludovic Courtès <ludo@gnu.org> skribis:

> Hi Hartmut,
>
> I figured changes from <https://issues.guix.gnu.org/57460> were not
> applicable in some cases because of things that guard against
> downgrade.
>
> The following patches fix the use case where the user is explicitly
> asking for a downgrade, as in:
>
>   guix refresh guile@3.0=2.2.7
>   guix refresh -u guile=3.0.0
>
> Previously these wouldn’t do anything.

I went ahead and pushed these:

  11235dd85a refresh: Honor user-provided target version and report downgrades.
  a330bfdf5b upstream: Allow downgrades.

Thanks,
Ludo’.


--- End Message ---

reply via email to

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