gnu: python-gnupg: Update to 0.3.8.
* gnu/packages/gnupg.scm (python-gnupg): Update to 0.3.8. [source]: Change to 'pypi uri` syntax.
This commit is contained in:
parent
7c1b1ae24a
commit
5b669ba1e3
|
@ -377,15 +377,14 @@ decrypt messages using the OpenPGP format by making use of GPGME.")
|
||||||
(define-public python-gnupg
|
(define-public python-gnupg
|
||||||
(package
|
(package
|
||||||
(name "python-gnupg")
|
(name "python-gnupg")
|
||||||
(version "0.3.7")
|
(version "0.3.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://pypi.python.org/packages/source/p/"
|
(uri (pypi-uri "python-gnupg" version))
|
||||||
"python-gnupg/python-gnupg-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hg9gshk4b7raskj8mjadsjcv10axlx2z4xl4ag2f2bpi4f8chvq"))))
|
"0nkbs9c8f30lra7ca39kg91x8cyxn0jb61vih4qky839gpbwwwiq"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in New Issue