From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [PATCH] version bump libgcrypt -> 1.7 Date: Sun, 17 Apr 2016 10:53:26 +0300 Message-ID: <8737qkeknd.fsf@gmail.com> References: <877ffx45n6.fsf@libertad.pw> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46285) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1arhWK-0004VH-K5 for guix-devel@gnu.org; Sun, 17 Apr 2016 03:53:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1arhWH-0001db-D4 for guix-devel@gnu.org; Sun, 17 Apr 2016 03:53:28 -0400 Received: from mail-lf0-x242.google.com ([2a00:1450:4010:c07::242]:36679) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1arhWH-0001dW-4q for guix-devel@gnu.org; Sun, 17 Apr 2016 03:53:25 -0400 Received: by mail-lf0-x242.google.com with SMTP id j10so2434345lfg.3 for ; Sun, 17 Apr 2016 00:53:24 -0700 (PDT) In-Reply-To: <877ffx45n6.fsf@libertad.pw> (ng0@libertad.pw's message of "Sat, 16 Apr 2016 23:15:25 +0200") 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" To: ng0 Cc: guix-devel@gnu.org ng0 (2016-04-17 00:15 +0300) wrote: > I created a new inherit for this, maybe this is too cautious, but > just in case as I did not have any more time than version bump + > test build, here is the patch for the new version. I don't know if 'libgcrypt-1.7' package really needed. Maybe it's better to make an update of 'libgcrypt' package and to push it to 'core-updates'. > From 9222453334b4a5136a746076b69f5e1a6e30b3c1 Mon Sep 17 00:00:00 2001 > From: Nils Gillmann > Date: Sat, 16 Apr 2016 23:04:46 +0200 > Subject: [PATCH] gnu: libgcrypt: Update to 1.7.0. > > * gnu/packages/gnupg.scm (libgcrypt-1.7): Update to 1.7.0 through new var= iable. > Kindly reported by a person on psyced.org > --- > gnu/packages/gnupg.scm | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > > > diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm > index b6c1233..39c5765 100644 > --- a/gnu/packages/gnupg.scm > +++ b/gnu/packages/gnupg.scm > @@ -6,6 +6,7 @@ > ;;; Copyright =C2=A9 2015 Paul van der Walt > ;;; Copyright =C2=A9 2015, 2016 Efraim Flashner > ;;; Copyright =C2=A9 2016 Christopher Allan Webber > +;;; Copyright =C2=A9 2016 Nils Gillmann Sorry, are you going to use this email as well? And will it be your main one? If so, we should update ".mailmap" file. > ;;; > ;;; This file is part of GNU Guix. > ;;; > @@ -117,6 +118,18 @@ generation.") > (base32 > "0czvqxkzd5y872ipy6s010ifwdwv29sqbnqc4pf56sd486gqvy6m")))))) >=20=20 > +(define-public libgcrypt-1.7 > + (package (inherit libgcrypt) > + (version "1.7.0") > + (source > + (origin > + (method url-fetch) > + (uri (string-append "mirror://gnupg/libgcrypt/libgcrypt-" > + version ".tar.bz2")) > + (sha256 > + (base32 > + "14pspxwrqcgfklw3dgmywbxqwdzcym7fznfrqh9rk4vl8jkpxrmh")))))) > + > (define-public libassuan > (package > (name "libassuan") > --=20 > > 2.7.3 --=20 Alex