From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: [PATCH 03/68] gnu: gpgmepp: Update to 16.08.2. Date: Sat, 29 Oct 2016 20:04:14 +0200 Message-ID: <20161029180519.6061-3-david@craven.ch> References: <20161029180519.6061-1-david@craven.ch> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53208) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c0Y0g-0001Ji-SA for guix-devel@gnu.org; Sat, 29 Oct 2016 14:05:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c0Y0a-0003L1-KC for guix-devel@gnu.org; Sat, 29 Oct 2016 14:05:38 -0400 Received: from so254-10.mailgun.net ([198.61.254.10]:42182) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c0Y0a-0003Kc-Fo for guix-devel@gnu.org; Sat, 29 Oct 2016 14:05:32 -0400 In-Reply-To: <20161029180519.6061-1-david@craven.ch> 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 * gnu/packages/kde-frameworks (gpgmepp): Update to 16.08.2. --- gnu/packages/kde-frameworks.scm | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 04cb6e8..f5a8b63 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -120,16 +120,16 @@ common build settings used in software produced by the KDE community.") (define-public gpgmepp (package (name "gpgmepp") - (version "16.04.3") - (source - (origin - (method url-fetch) - (uri (string-append "mirror://kde/stable/applications" - "/" version "/src/" - name "-" version ".tar.xz")) - (sha256 - (base32 - "1850pdysi7c1w0nxnhcbrhnkrfqyrcl0laxyjcw1g1ln764pwcmj")))) + (version "16.08.2") + (source (origin + (method url-fetch) + (uri (string-append + "mirror://kde/stable/applications" + "/" version "/src/" + name "-" version ".tar.xz")) + (sha256 + (base32 + "0828qlhdi1i26n2xgyb01c0q77m6jlppbxv6mprryxq0ma88940a")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules))) -- 2.9.0