bug#44928: guix upgrade command does not accept a list of packages

2020-12-01 Thread zimoun
Hi, On Sat, 28 Nov 2020 at 18:51, Luis Felipe via Bug reports for GNU Guix wrote: > 1. guix pull > 2. guix upgrade --dry-run > 3. Pick two packages from the list shown in (2), say, packages A and B > 4. guix upgrade A B > > > ## Expected result > > Packages A and B are upgraded. Fixed by 86971

bug#44928: guix upgrade command does not accept a list of packages

2020-11-28 Thread zimoun
Dear, Thank you for the report. On Sat, 28 Nov 2020 at 18:51, Luis Felipe via Bug reports for GNU Guix wrote: > 4. guix upgrade A B > ## Expected result > Packages A and B are upgraded. This should be fixed by patch by #44931. All the best, simon

bug#44928: guix upgrade command does not accept a list of packages

2020-11-28 Thread Luis Felipe via Bug reports for GNU Guix
Guix documentation says that `guix upgrade` is an alias for `guix package -u`, but the latter can upgrade a list of packages, while the former fails. ## Steps to reproduce 1. guix pull 2. guix upgrade --dry-run 3. Pick two packages from the list shown in (2), say, packages A and B 4. guix upgra