gnu: python-pyasn1: Update to 0.4.8.

* gnu/packages/python-xyz.scm (python-pyasn1): Update to 0.4.8.
This commit is contained in:
Marius Bakke 2020-04-02 19:49:09 +02:00
parent 8549e47ecf
commit 3ccfa4048a
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -7825,14 +7825,14 @@ primary use case is APIs defined before keyword-only parameters existed.")
(define-public python-pyasn1 (define-public python-pyasn1
(package (package
(name "python-pyasn1") (name "python-pyasn1")
(version "0.4.3") (version "0.4.8")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pyasn1" version)) (uri (pypi-uri "pyasn1" version))
(sha256 (sha256
(base32 (base32
"1z5h38anjzzrxpraa9iq9llffyx2zs8gx0q6dc1g029miwnn50gv")))) "1fnhbi3rmk47l9851gbik0flfr64vs5j0hbqx24cafjap6gprxxf"))))
(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")