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
1 changed files with 2 additions and 2 deletions

View File

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