gnu: python-partd: Update to 0.3.9.

* gnu/packages/python.scm (python-partd): Update to 0.3.9.
This commit is contained in:
Tobias Geerinckx-Rice 2018-10-30 00:11:12 +01:00
parent fd649d1e68
commit 1204402a90
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -14433,14 +14433,14 @@ (define-public python-blosc
(define-public python-partd
(package
(name "python-partd")
(version "0.3.8")
(version "0.3.9")
(source
(origin
(method url-fetch)
(uri (pypi-uri "partd" version))
(sha256
(base32
"03s0i5qfgkx6y24bmfgyd5hnsjznkbbfafwb2khf7k9790f1yab7"))))
"0sz6rwlnl4fqq220pyz863cnv0gjdxl4m7lscl71ishl5z0xkmhz"))))
(build-system python-build-system)
(propagated-inputs
`(("python-blosc" ,python-blosc)