gnu: python-construct: Update to 2.10.56.

* gnu/packages/python-xyz (python-construct): Update to 2.10.56.
This commit is contained in:
Vagrant Cascadian 2020-02-27 05:35:51 +00:00
parent 760dfc67cd
commit d854ab1595
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -16366,14 +16366,14 @@ class in a @acronym{DRY, Don't Repeat Yourself} way.")
(define-public python-construct (define-public python-construct
(package (package
(name "python-construct") (name "python-construct")
(version "2.9.45") (version "2.10.56")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "construct" version)) (uri (pypi-uri "construct" version))
(sha256 (sha256
(base32 (base32
"130iy05awzigm2xah2yvlmb08mac5bi4gzr5m3g7k1krs3ps0w92")))) "0q86jjzsvy835h3c8pjj4619vbp7ihfg8njmyw86ym4qrpni7flp"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:tests? #f)) ; No tests exist. `(#:tests? #f)) ; No tests exist.