3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-colorspacious: Update to 1.1.2.

* gnu/packages/python-xyz.scm (python-colorspacious): Update to 1.1.2.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-14 19:21:47 +02:00
parent 4df49d1968
commit 53a3ebed68
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -3892,7 +3892,7 @@ To address this and enable easy cycling over arbitrary @code{kwargs}, the
(define-public python-colorspacious
(package
(name "python-colorspacious")
(version "1.1.0")
(version "1.1.2")
(source
(origin
(method git-fetch)
@ -3901,7 +3901,7 @@ To address this and enable easy cycling over arbitrary @code{kwargs}, the
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0g0lxqiscy5g5rq9421vv7abg0c90jzy0zmas2z3hya6k2dr5aid"))))
(base32 "0x7nkphr6g5ql5fvgss8l56rgiyjgh6fm8zzs73i94ci9wzlm63w"))))
(build-system python-build-system)
(propagated-inputs
`(("python-numpy" ,python-numpy)))