diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-06-14 21:34:07 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 23:02:06 +0100 |
| commit | d31779b4419673dc2520d4792f17a70c7082e75d (patch) | |
| tree | 52309f53562399902c8199b2788d6d008fccf25f /gnu/packages/maths.scm | |
| parent | 768da23318f1b919dfe78f357d9b5c6c52d991ae (diff) | |
gnu: python-kiwisolver: Update to 1.5.0
* gnu/packages/maths.scm (python-kiwisolver): Update to 1.5.0.
[source]: Switch to git-fetch.
[propagated-inputs]: Remove python-typing-extensions.
[native-inputs]: Remove python-wheel.
Change-Id: I46786a0a240d95e074406a6ce2ae6f50b46c383a
Diffstat (limited to 'gnu/packages/maths.scm')
| -rw-r--r-- | gnu/packages/maths.scm | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 659014ff282..46fc4596ceb 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm | |||
| @@ -4610,22 +4610,22 @@ radio interferometry data.") | |||
| 4610 | (define-public python-kiwisolver | 4610 | (define-public python-kiwisolver |
| 4611 | (package | 4611 | (package |
| 4612 | (name "python-kiwisolver") | 4612 | (name "python-kiwisolver") |
| 4613 | (version "1.4.6") | 4613 | (version "1.5.0") |
| 4614 | (source (origin | 4614 | (source |
| 4615 | (method url-fetch) | 4615 | (origin |
| 4616 | (uri (pypi-uri "kiwisolver" version)) | 4616 | (method git-fetch) |
| 4617 | (sha256 | 4617 | (uri (git-reference |
| 4618 | (base32 | 4618 | (url "https://github.com/nucleic/kiwi") |
| 4619 | "1q77r6cl9m4vh8lsvmsm1ijh3r9aijdhmnc03yhnlpj407b2kniw")))) | 4619 | (commit version))) |
| 4620 | (file-name (git-file-name name version)) | ||
| 4621 | (sha256 | ||
| 4622 | (base32 "18fxn3nvc6917mkm0as7088m794fqdp8rlk4qgypva9fir1br1r6")))) | ||
| 4620 | (build-system pyproject-build-system) | 4623 | (build-system pyproject-build-system) |
| 4621 | (native-inputs | 4624 | (native-inputs |
| 4622 | (list python-cppy | 4625 | (list python-cppy |
| 4623 | python-pytest | 4626 | python-pytest |
| 4624 | python-setuptools | 4627 | python-setuptools |
| 4625 | python-setuptools-scm | 4628 | python-setuptools-scm)) |
| 4626 | python-wheel)) | ||
| 4627 | (propagated-inputs | ||
| 4628 | (list python-typing-extensions)) | ||
| 4629 | (home-page "https://github.com/nucleic/kiwi") | 4629 | (home-page "https://github.com/nucleic/kiwi") |
| 4630 | (synopsis "Fast implementation of the Cassowary constraint solver") | 4630 | (synopsis "Fast implementation of the Cassowary constraint solver") |
| 4631 | (description | 4631 | (description |
