diff options
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 |
