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 @@ (define-public python-attr
(define-public python-construct
(package
(name "python-construct")
(version "2.9.45")
(version "2.10.56")
(source
(origin
(method url-fetch)
(uri (pypi-uri "construct" version))
(sha256
(base32
"130iy05awzigm2xah2yvlmb08mac5bi4gzr5m3g7k1krs3ps0w92"))))
"0q86jjzsvy835h3c8pjj4619vbp7ihfg8njmyw86ym4qrpni7flp"))))
(build-system python-build-system)
(arguments
`(#:tests? #f)) ; No tests exist.