From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: [PATCH] version bump libgcrypt -> 1.7 Date: Sat, 16 Apr 2016 23:15:25 +0200 Message-ID: <877ffx45n6.fsf@libertad.pw> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59440) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1arXZN-0002l7-HD for guix-devel@gnu.org; Sat, 16 Apr 2016 17:15:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1arXZJ-00017b-1m for guix-devel@gnu.org; Sat, 16 Apr 2016 17:15:57 -0400 Received: from hello.itaskmanager.ovh ([94.23.19.21]:59118) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1arXZI-00015N-T7 for guix-devel@gnu.org; Sat, 16 Apr 2016 17:15:53 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by hello.itaskmanager.ovh (Postfix) with ESMTP id 22B7B60F31 for ; Sat, 16 Apr 2016 23:17:11 +0200 (CEST) Received: from hello.itaskmanager.ovh ([127.0.0.1]) by localhost (itaskmanager.ovh [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sF82T2BrwKP2 for ; Sat, 16 Apr 2016 23:17:10 +0200 (CEST) Received: from khazad-dum (xd9bb8015.dyn.telefonica.de [217.187.128.21]) (Authenticated sender: ng0@libertad.pw) by hello.itaskmanager.ovh (Postfix) with ESMTPSA id 63C0860F31 for ; Sat, 16 Apr 2016 23:17:07 +0200 (CEST) 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: guix-devel@gnu.org --=-=-= Content-Type: text/plain 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. --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-libgcrypt-Update-to-1.7.0.patch Content-Transfer-Encoding: quoted-printable >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 varia= ble. 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 ;;; ;;; This file is part of GNU Guix. ;;; @@ -117,6 +118,18 @@ generation.") (base32 "0czvqxkzd5y872ipy6s010ifwdwv29sqbnqc4pf56sd486gqvy6m")))))) =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 --=-=-= Content-Type: text/plain -- ng0 --=-=-=--