Re: guix refresh only python-*

2022-11-21 Thread zimoun
Hi, On Mon, 21 Nov 2022 at 07:21, "(" wrote: > On Sun Nov 20, 2022 at 10:44 PM GMT, zimoun wrote: >>(lambda (pkg python-packages) >> (cons pkg python-packages)) > > You could also just use ``cons'' here with the same effect. Yeah, for sure. By definition of ’con

Re: guix refresh only python-*

2022-11-20 Thread (
On Sun Nov 20, 2022 at 10:44 PM GMT, zimoun wrote: >(lambda (pkg python-packages) > (cons pkg python-packages)) You could also just use ``cons'' here with the same effect. -- (

Re: guix refresh only python-*

2022-11-20 Thread zimoun
Hi, On Sun, 20 Nov 2022 at 12:56, jgart wrote: > hi, how can I see only what python packages can be updated with guix refresh? guix refresh -m python-packages.scm -u where python-packages.scm is adapted from [1], copied and pasted here: --8<---cut here---start---