gnu: python-colormath: Update to 3.0.0.

* gnu/packages/python.scm (python-colormath): Update to 3.0.0.
This commit is contained in:
Marius Bakke 2018-01-27 19:58:08 +01:00
parent accfabf6d5
commit 12ad52c372
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -2852,14 +2852,14 @@ objects.")
(define-public python-colormath (define-public python-colormath
(package (package
(name "python-colormath") (name "python-colormath")
(version "2.1.1") (version "3.0.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "colormath" version)) (uri (pypi-uri "colormath" version))
(sha256 (sha256
(base32 (base32
"01wp5xwm0a89wdm1dc9rr1ij90idzdiiipxdj1yslhqzkhnjnfh0")))) "05qjycgxp3p2f9n6lmic68sxmsyvgnnlyl4z9w7dl9s56jphaiix"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-networkx" ,python-networkx) `(("python-networkx" ,python-networkx)