mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
8549e47ecf
commit
3ccfa4048a
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue