bug-guix
[Top][All Lists]
Advanced

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

Re: [PATCH] Implement guix-package --upgrade


From: Andreas Enge
Subject: Re: [PATCH] Implement guix-package --upgrade
Date: Tue, 12 Feb 2013 11:04:57 +0100
User-agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; )

Am Dienstag, 12. Februar 2013 schrieb Ludovic Courtès:

> It’s actually slightly more complex: you need to select those packages

> that are installed and for which either a newer version is available

> (per ‘version-string>?’, see gnu-maintenance.scm; should be moved to

> utils.scm)

 

This reminds me:

guix-package -i libjpeg

still installs version 8d and not 9, so apparently, there is no check on the version number.

 

And

guix-package -A jpeg

prints

libjpeg 9 out gnu/packages/libjpeg.scm:27:3

libjpeg 8d out gnu/packages/libjpeg.scm:27:3

which is strange since libjpeg-9 is indeed defined around line 27, but libjpeg-8 comes later in the file.

 

Andreas

 


reply via email to

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