From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: Re: [PATCH] version bump libgcrypt -> 1.7 Date: Sun, 17 Apr 2016 11:53:51 +0200 Message-ID: <87oa98ftn4.fsf@libertad.pw> References: <877ffx45n6.fsf@libertad.pw> <8737qkeknd.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35057) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1arjOy-00071c-PY for guix-devel@gnu.org; Sun, 17 Apr 2016 05:54:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1arjOv-00022y-FR for guix-devel@gnu.org; Sun, 17 Apr 2016 05:54:00 -0400 Received: from hello.itaskmanager.ovh ([94.23.19.21]:38365) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1arjOv-00022c-91 for guix-devel@gnu.org; Sun, 17 Apr 2016 05:53:57 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by hello.itaskmanager.ovh (Postfix) with ESMTP id 0018760B33 for ; Sun, 17 Apr 2016 11:55:37 +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 Ky8xlY0kmJ60 for ; Sun, 17 Apr 2016 11:55:37 +0200 (CEST) In-Reply-To: <8737qkeknd.fsf@gmail.com> (Alex Kost's message of "Sun, 17 Apr 2016 10:53:26 +0300") 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: Alex Kost Cc: guix-devel@gnu.org --=-=-= Content-Type: text/plain Updated libgcrypt patch. --=-=-= 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 6683e71c355e05e4dbcd0dbdf4507c73346c4aed Mon Sep 17 00:00:00 2001 From: Nils Gillmann Date: Sun, 17 Apr 2016 11:49:16 +0200 Subject: [PATCH] gnu: libgcrypt: Update to 1.7.0. * gnu/packages/gnupg.scm (libgcrypt): Update to 1.7.0. --- gnu/packages/gnupg.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index b6c1233..e1be554 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. ;;; @@ -72,14 +73,14 @@ Daemon and possibly more in the future.") (define-public libgcrypt (package (name "libgcrypt") - (version "1.6.5") + (version "1.7.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnupg/libgcrypt/libgcrypt-" version ".tar.bz2")) (sha256 (base32 - "0959mwfzsxhallxdqlw359xg180ll2skxwyy35qawmfl89cbr7pl")))) + "14pspxwrqcgfklw3dgmywbxqwdzcym7fznfrqh9rk4vl8jkpxrmh")))) (build-system gnu-build-system) (propagated-inputs `(("libgpg-error-host" ,libgpg-error))) --=20 2.7.3 --=-=-= Content-Type: text/plain -- ng0 --=-=-=--