diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-02-17 15:22:44 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-02-17 15:22:44 +0000 |
| commit | 971861b4d04fe16906bb0eb2abf2665decd8dd38 (patch) | |
| tree | 3afbef5630fed3bf966436c9a10996b00c2b697c /gnu/packages/python-xyz.scm | |
| parent | 2230982885006bd9d917fd79fc2e47537f7efc1c (diff) | |
gnu: python-sparse: Update to 0.15.5.
* gnu/packages/python-xyz.scm (python-sparse): Update to 0.15.5.
[native-inputs]: Remove python-pre-commit.
Change-Id: I843f3fb789f038febeb7c60f69b43f8a1f12ed00
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 75cbc8d6f93..dab05f8d27d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm | |||
| @@ -9697,20 +9697,19 @@ objects.") | |||
| 9697 | (define-public python-sparse | 9697 | (define-public python-sparse |
| 9698 | (package | 9698 | (package |
| 9699 | (name "python-sparse") | 9699 | (name "python-sparse") |
| 9700 | (version "0.15.4") | 9700 | (version "0.15.5") |
| 9701 | (source | 9701 | (source |
| 9702 | (origin | 9702 | (origin |
| 9703 | (method url-fetch) | 9703 | (method url-fetch) |
| 9704 | (uri (pypi-uri "sparse" version)) | 9704 | (uri (pypi-uri "sparse" version)) |
| 9705 | (sha256 | 9705 | (sha256 |
| 9706 | (base32 | 9706 | (base32 |
| 9707 | "111bqz2xqr17rrc7svd20z94xf3zkfs9anjvzpr683zz4iywbcfl")))) | 9707 | "0rp29gp82qwwkq210pzh2qmlqhi2007nb7p7nwqmrkgmjq6cwxjc")))) |
| 9708 | (build-system pyproject-build-system) | 9708 | (build-system pyproject-build-system) |
| 9709 | (propagated-inputs | 9709 | (propagated-inputs |
| 9710 | (list python-numba python-numpy python-scipy)) | 9710 | (list python-numba python-numpy python-scipy)) |
| 9711 | (native-inputs | 9711 | (native-inputs |
| 9712 | (list python-dask | 9712 | (list python-dask |
| 9713 | python-pre-commit | ||
| 9714 | python-pytest | 9713 | python-pytest |
| 9715 | python-pytest-cov | 9714 | python-pytest-cov |
| 9716 | python-setuptools | 9715 | python-setuptools |
