me
/
guix
Archived
1
0
Fork 0

gnu: python-partd: Update to 0.3.9.

* gnu/packages/python.scm (python-partd): Update to 0.3.9.
master
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
(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)