diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-31 16:35:53 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-20 01:06:41 +0000 |
| commit | f70c88dd426f1fb3591eded26f367ecc585d6673 (patch) | |
| tree | 5c4cb56ed4070938ccbebc3c3b098a0a03da5075 | |
| parent | 1f02cd31b12106bb42dd22a62ccd8152d358cd3c (diff) | |
gnu: python-colorful: Update to 0.5.8.
* gnu/packages/python-xyz.scm (python-colorful): Update to 0.5.8.
[native-inputs]: Remove python-coverage, python-flake8, and python-wheel.
Change-Id: Ic376e055cf71eabda6a883b20b6a3522cbae799c
| -rw-r--r-- | gnu/packages/python-xyz.scm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index b29e8542bc1..e0631322262 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -2963,20 +2963,20 @@ color uncaught exception tracebacks.") (define-public python-colorful (package (name "python-colorful") - (version "0.5.5") + (version "0.5.8") (source (origin - (method git-fetch) ; no tests data in PyPi package + (method git-fetch) (uri (git-reference - (url "https://github.com/timofurrer/colorful") - (commit (string-append "v" version)))) + (url "https://github.com/timofurrer/colorful") + (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0kyy9qhvrb5m9h8xmri7c88i0k1g5qc7017anw39gx44an7mn33y")))) + (base32 "00ag7h9g4v06japcva70sqibb9k49jrxq97nq3bi16b2y16mafwz")))) (build-system pyproject-build-system) (native-inputs - (list python-coverage python-flake8 python-pytest python-setuptools - python-wheel)) + (list python-pytest + python-setuptools)) (propagated-inputs (list python-colorama)) (home-page "http://github.com/timofurrer/colorful") |
