diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-06 17:41:47 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-06 17:41:53 +0100 |
| commit | 27e5b6c6010f371a7b23775bb99eae8b2915de8c (patch) | |
| tree | 0c8881b44d21b297bc68be9455ea91a471c04462 /gnu/packages/python-xyz.scm | |
| parent | ad1941a08f31012d3de2099e8fb5f18df38b4afb (diff) | |
gnu: python-colorcet: Update to 3.1.1a1.
* gnu/packages/python-xyz.scm (python-colorcet): Update to 3.1.1a1.
[native-inputs]: Remove python-pytest-cov, python-setuptools, and
python-wheel; add python-setuptools-next and python-setuptools-scm.
Closes: guix/guix#2540.
Change-Id: I9f1f28a99c47527d74938f6d671ee6bc78519e9c
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 98315dfb49..0046cdace5 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -2141,21 +2141,20 @@ decorators, including variants of the Python standard library's (define-public python-colorcet (package (name "python-colorcet") - (version "3.1.0") + (version "3.1.1a1") (source (origin (method url-fetch) (uri (pypi-uri "colorcet" version)) (sha256 - (base32 "1sx4m5xbz1k8bm8cr2f3x21dip167k7c1nv35npqla52h76v6899")))) + (base32 "1h15wdgha1cpj5a9p2dy9d8qdqnl5j1a0ylc7wilcfhvnfzcgp08")))) (build-system pyproject-build-system) (native-inputs (list python-nbval python-packaging python-pytest - python-pytest-cov python-pytest-mpl - python-setuptools - python-wheel)) + python-setuptools-next + python-setuptools-scm)) (home-page "https://colorcet.holoviz.org/") (synopsis "Collection of perceptually uniform colormaps") (description "Colorcet is a collection of perceptually accurate 256-color |
