Merge branch 'master' into staging

This commit is contained in:
Marius Bakke 2020-02-28 19:07:46 +01:00
commit d614f0bba9
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
29 changed files with 2539 additions and 423 deletions

View file

@ -16368,14 +16368,14 @@ class in a @acronym{DRY, Don't Repeat Yourself} way.")
(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.