From f7147e278e04a8d9657facf338d5dc0382e469ae Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Fri, 12 Jan 2018 17:40:03 +0100 Subject: gnu: gpgme: Update to 1.10.0. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/gnupg.scm (gpgme): Update to 1.10.0. [arguments]: Remove ‘patch-cmake-file’ work-around for fixed bug. --- gnu/packages/gnupg.scm | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'gnu/packages/gnupg.scm') diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index e09e43b79f..2f9e3311f1 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -13,6 +13,7 @@ ;;; Copyright © 2016 Troy Sankey ;;; Copyright © 2017 Leo Famulari ;;; Copyright © 2017 Petter +;;; Copyright © 2018 Tobias Geerinckx-Rice ;;; ;;; This file is part of GNU Guix. ;;; @@ -372,7 +373,7 @@ libskba (working with X.509 certificates and CMS data).") (define-public gpgme (package (name "gpgme") - (version "1.9.0") + (version "1.10.0") (source (origin (method url-fetch) @@ -380,7 +381,7 @@ libskba (working with X.509 certificates and CMS data).") ".tar.bz2")) (sha256 (base32 - "1ssc0gs02r4fasabk7c6v6r865k2j02mpb5g1vkpbmzsigdzwa8v")))) + "14q619lxbk64vz7lih5gjb928qm28jrnn1h3yhsrrff3jw8yv3qs")))) (build-system gnu-build-system) (native-inputs `(("gnupg" ,gnupg))) @@ -389,15 +390,6 @@ libskba (working with X.509 certificates and CMS data).") `(("libgpg-error" ,libgpg-error))) (inputs `(("libassuan" ,libassuan))) - (arguments - `(#:phases - (modify-phases %standard-phases - (add-after 'configure 'patch-cmake-file - (lambda _ - ;; Work around . - (substitute* "lang/cpp/src/GpgmeppConfig.cmake.in" - (("@libsuffix@") ".so")) - #t))))) (home-page "https://www.gnupg.org/related_software/gpgme/") (synopsis "Library providing simplified access to GnuPG functionality") (description -- cgit v1.2.3