From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] Implement guix-package --upgrade Date: Tue, 12 Feb 2013 22:41:45 +0100 Message-ID: <87pq05p5uu.fsf@gnu.org> References: <87vc9yxcre.fsf@tines.lan> <87a9r9zwrv.fsf@gnu.org> <87liaty5cy.fsf@tines.lan> <87y5etv9ze.fsf@gnu.org> <8738x1xrek.fsf@tines.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59692) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5Nby-0003iy-D9 for bug-guix@gnu.org; Tue, 12 Feb 2013 16:42:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U5Nbx-0004nH-3O for bug-guix@gnu.org; Tue, 12 Feb 2013 16:41:58 -0500 Received: from [2a01:e0b:1:123:ca0a:a9ff:fe03:271e] (port=57171 helo=xanadu.aquilenet.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5Nbw-0004mJ-Tf for bug-guix@gnu.org; Tue, 12 Feb 2013 16:41:57 -0500 In-Reply-To: <8738x1xrek.fsf@tines.lan> (Mark H. Weaver's message of "Tue, 12 Feb 2013 14:29:07 -0500") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Mark H Weaver Cc: bug-guix@gnu.org Mark H Weaver skribis: > From bd192057c770ca3653828498591dbe4683b51545 Mon Sep 17 00:00:00 2001 > From: Mark H Weaver > Date: Tue, 12 Feb 2013 12:02:15 -0500 > Subject: [PATCH 1/2] Add version-compare and version>? to utils.scm. > > * guix/utils.scm (version-compare, version>?): New exported procedures, > based on version-string>?, which was formerly in gnu-maintenance.scm. > > * guix/gnu-maintenance.scm (version-string>?): Removed procedure. > (latest-release): Use 'version>?' instead of 'version-string>?'. Fine with me, please push. Ludo=E2=80=99.