me
/
guix
Archived
1
0
Fork 0

gnu: python-pyasn1-modules: Update to 0.2.8.

* gnu/packages/python-xyz.scm (python-pyasn1-modules): Update to 0.2.8.
master
Marius Bakke 2021-11-12 12:34:21 +01:00 committed by Marius Bakke
parent 3baa1017eb
commit 52d9e2c299
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -11280,14 +11280,14 @@ suitable for a wide range of protocols based on the ASN.1 specification.")
(define-public python-pyasn1-modules
(package
(name "python-pyasn1-modules")
(version "0.2.2")
(version "0.2.8")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pyasn1-modules" version))
(sha256
(base32
"0ivm850yi7ajjbi8j115qpsj95bgxdsx48nbjzg0zip788c3xkx0"))))
"0pp6dcagd8c2c9qx3lahc1rdwlnmm0y0siqr5icjq2r32b3q8pwh"))))
(build-system python-build-system)
(propagated-inputs
`(("python-pyasn1" ,python-pyasn1)))