gnu: python-gnupg: Update to 0.4.3.

* gnu/packages/gnupg.scm (python-gnupg): Update to 0.4.3.
[arguments]: Remove obsolete substitution.
This commit is contained in:
Tobias Geerinckx-Rice 2018-06-14 04:01:21 +02:00
parent 2b78360138
commit ff76a1e9ca
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -508,14 +508,14 @@ (define-public python2-pygpgme
(define-public python-gnupg (define-public python-gnupg
(package (package
(name "python-gnupg") (name "python-gnupg")
(version "0.3.8") (version "0.4.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "python-gnupg" version)) (uri (pypi-uri "python-gnupg" version))
(sha256 (sha256
(base32 (base32
"0nkbs9c8f30lra7ca39kg91x8cyxn0jb61vih4qky839gpbwwwiq")))) "03dc8whhvk7ccspbk8vzfhkxli8cd9zfbss5p597g4jldgy8s59d"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases
@ -523,8 +523,6 @@ (define-public python-gnupg
(replace 'check (replace 'check
(lambda _ (lambda _
(substitute* "test_gnupg.py" (substitute* "test_gnupg.py"
;; Exported keys don't have a version line!
(("del k1\\[1\\]") "#")
;; Unsure why this test fails. ;; Unsure why this test fails.
(("'test_search_keys'") "True") (("'test_search_keys'") "True")
(("def test_search_keys") "def disabled__search_keys")) (("def test_search_keys") "def disabled__search_keys"))