From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul van der Walt Subject: [PATCH 10/12] gnu: gpgme: Update to 1.5.5. Date: Thu, 9 Jul 2015 14:23:56 +0200 Message-ID: <1436444638-20802-10-git-send-email-paul@denknerd.org> References: <1436444638-20802-1-git-send-email-paul@denknerd.org> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55293) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZDAsk-0002oi-Uu for guix-devel@gnu.org; Thu, 09 Jul 2015 08:24:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZDAsk-0000j8-5G for guix-devel@gnu.org; Thu, 09 Jul 2015 08:24:50 -0400 Received: from mx01.mykolab.com ([95.128.36.1]:63171 helo=mx-out02.mykolab.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZDAsj-0000ij-Vi for guix-devel@gnu.org; Thu, 09 Jul 2015 08:24:50 -0400 Received: from mx08.mykolab.com (unknown [10.20.7.48]) by mx-out02.mykolab.com (Postfix) with ESMTPS id 832C4601A2 for ; Thu, 9 Jul 2015 14:24:48 +0200 (CEST) In-Reply-To: <1436444638-20802-1-git-send-email-paul@denknerd.org> 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: guix-devel@gnu.org * gnu/packages/gnupg.scm (gpgme): Update to 1.5.5. --- gnu/packages/gnupg.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index fdeeb99..85e5d7f 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -293,7 +293,7 @@ libskba (working with X.509 certificates and CMS data).") (define-public gpgme (package (name "gpgme") - (version "1.5.4") + (version "1.5.5") (source (origin (method url-fetch) @@ -301,7 +301,7 @@ libskba (working with X.509 certificates and CMS data).") ".tar.bz2")) (sha256 (base32 - "0v7azxazsfakvhrxzj5ysvcxma0892c89d27c17fkj8mi3nc0f5v")))) + "01y28fkq52wwf4p470wscaxd2vgzl615irmafx3mj3380x8ksg8b")))) (build-system gnu-build-system) (propagated-inputs ;; Needs to be propagated because gpgme.h includes gpg-error.h. -- 2.4.5