gnu: python-colormath: Update to 3.0.0.
* gnu/packages/python.scm (python-colormath): Update to 3.0.0.
This commit is contained in:
parent
accfabf6d5
commit
12ad52c372
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue