gnu: python-pyasn1: Update to 0.1.9.
* gnu/packages/python.scm (python-pyasn1, python2-pyasn1): Update to 0.1.9. [source]: Use pypi-uri.
This commit is contained in:
parent
b7afd01893
commit
caa0edb36c
|
@ -6013,15 +6013,14 @@ designed to efficently cope with extremely large amounts of data.")
|
||||||
(define-public python-pyasn1
|
(define-public python-pyasn1
|
||||||
(package
|
(package
|
||||||
(name "python-pyasn1")
|
(name "python-pyasn1")
|
||||||
(version "0.1.8")
|
(version "0.1.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://pypi.python.org/packages/source/p/"
|
(uri (pypi-uri "pyasn1" version))
|
||||||
"pyasn1/pyasn1-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0iw31d9l0zwx35szkzq72hiw002wnqrlrsi9dpbrfngcl1ybwcsx"))))
|
"0zraxni14bqi20kr4bi6nwsh32aibz0fq0xaczfisw0zdpcsqg45"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(home-page "http://pyasn1.sourceforge.net/")
|
(home-page "http://pyasn1.sourceforge.net/")
|
||||||
(synopsis "ASN.1 types and codecs")
|
(synopsis "ASN.1 types and codecs")
|
||||||
|
|
Loading…
Reference in New Issue