gnu: python-coloful: Update to 0.5.5.

* gnu/packages/python-xyz.scm (python-colorful): Update to 0.5.5.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
fanquake 2023-08-25 15:45:00 +01:00 committed by Christopher Baines
parent 47fe9da5d3
commit 22b4c8d719
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -813,7 +813,7 @@ (define-public python-colored
(define-public python-colorful
(package
(name "python-colorful")
(version "0.5.4")
(version "0.5.5")
(source
(origin
(method git-fetch) ; no tests data in PyPi package
@ -822,7 +822,7 @@ (define-public python-colorful
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1fcz5v8b318a3dsdha4c874jsf3wmcw3f25bv2csixclyzacli98"))))
(base32 "0kyy9qhvrb5m9h8xmri7c88i0k1g5qc7017anw39gx44an7mn33y"))))
(build-system pyproject-build-system)
(native-inputs
(list python-coverage python-flake8 python-pytest))