From e9a442b7651ab20bdfe7e0180f9fe91c5dae1521 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Thu, 27 Aug 2020 21:26:25 -0400 Subject: gnu: gpgme: Update to 1.14.0. * gnu/packages/gnupg.scm (gpgme): Update to 1.14.0. [arguments]: Remove field, which included only a 'disable-failing-test' phase that is no longer needed. --- gnu/packages/gnupg.scm | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'gnu/packages/gnupg.scm') diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index daf4bc3b6e..582e34fb3f 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -2,7 +2,7 @@ ;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Ludovic Courtès ;;; Copyright © 2013, 2015, 2018 Andreas Enge ;;; Copyright © 2014, 2018 Eric Bavier -;;; Copyright © 2014, 2015, 2016 Mark H Weaver +;;; Copyright © 2014, 2015, 2016, 2020 Mark H Weaver ;;; Copyright © 2015 Paul van der Walt ;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Efraim Flashner ;;; Copyright © 2015, 2016, 2017, 2019 Ricardo Wurmus @@ -400,23 +400,14 @@ (define-public gnupg-1 (define-public gpgme (package (name "gpgme") - (version "1.13.1") + (version "1.14.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnupg/gpgme/gpgme-" version ".tar.bz2")) (sha256 - (base32 "0imyjfryvvjdbai454p70zcr95m94j9xnzywrlilqdw2fqi0pqy4")))) + (base32 "01s3rlspykbm9vmi5rfbdm3d20ip6yni69r48idqzlmhlq8ggwff")))) (build-system gnu-build-system) - (arguments - `(#:phases - (modify-phases %standard-phases - (add-before 'check 'disable-failing-test - ;; XXX gnupg@2.2.20 breaks the expected JSON response for this test. - (lambda _ - (substitute* "tests/json/t-json.c" - (("\"t-keylist-secret\", ") "")) - #t))))) (native-inputs `(("gnupg" ,gnupg))) (propagated-inputs -- cgit v1.2.3