From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: Gnupg update Date: Thu, 19 Feb 2015 18:44:16 -0500 Message-ID: <87pp95fovj.fsf@netris.org> References: <20150219210521.GA12129@debian> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47878) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOalN-00073z-Nq for guix-devel@gnu.org; Thu, 19 Feb 2015 18:44:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YOalK-0007i2-FH for guix-devel@gnu.org; Thu, 19 Feb 2015 18:44:09 -0500 Received: from world.peace.net ([50.252.239.5]:34816) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOalK-0007hy-BW for guix-devel@gnu.org; Thu, 19 Feb 2015 18:44:06 -0500 In-Reply-To: <20150219210521.GA12129@debian> (Andreas Enge's message of "Thu, 19 Feb 2015 22:05:21 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Andreas Enge Cc: guix-devel@gnu.org Andreas Enge writes: > Hello, > > the attached patch updates gnupg to the most recent version 2.1.2. As Mark > Weaver pointed out to me, it might be judicious to keep the previous version > as gnupg-2.0 because the interface has changed. > > Andreas > > > From 32f7763e007cf0a690b21072ff4acaeadb213e54 Mon Sep 17 00:00:00 2001 > From: Andreas Enge > Date: Thu, 19 Feb 2015 22:01:03 +0100 > Subject: [PATCH] gnu: gnupg: Add version 2.1.2. > > * gnu/packages/gnupg.scm (gnupg): Update to 2.1.2. > * gnu/packages/gnupg.scm (gnupg-2.0): Copy of previous package for > version 2.0.26. Minor nit: According to our conventions, instead of listing the same file twice, write this: * gnu/packages/gnupg.scm (gnupg): Update to 2.1.2. (gnupg-2.0): Copy of previous package for version 2.0.26. Otherwise looks good to me. Please push! Thanks :) Mark