diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-14 19:21:47 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-14 19:33:18 +0200 |
commit | 53a3ebed68b6a9b8a1ebe8612ecb94f7715ef82b (patch) | |
tree | 200c900291099966f2f11dfec7db7a3c63f156d4 /gnu | |
parent | 4df49d196875a4523a7b72e1660237a47996a2aa (diff) | |
download | patches-53a3ebed68b6a9b8a1ebe8612ecb94f7715ef82b.tar patches-53a3ebed68b6a9b8a1ebe8612ecb94f7715ef82b.tar.gz |
gnu: python-colorspacious: Update to 1.1.2.
* gnu/packages/python-xyz.scm (python-colorspacious): Update to 1.1.2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 7f8a247439..3252517be0 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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))) |