mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
2b78360138
commit
ff76a1e9ca
1 changed files with 2 additions and 4 deletions
|
@ -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"))
|
||||||
|
|
Loading…
Reference in a new issue