[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Gnupg update
From: |
Mark H Weaver |
Subject: |
Re: Gnupg update |
Date: |
Thu, 19 Feb 2015 18:44:16 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Andreas Enge <address@hidden> 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 <address@hidden>
> 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