diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-30 16:09:09 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-06 18:44:04 +0100 |
| commit | 90c617a0f967b4040ad50ff24bf23dd7fc4afd2d (patch) | |
| tree | 5952899c4dc69bd1a3e0794cd6c167cd30a7ee30 /gnu/packages/python-xyz.scm | |
| parent | 0955a504b53d3497900dee54ee17d8fcfad1189b (diff) | |
gnu: python-contourpy: Update to 1.3.2.
* gnu/packages/python-xyz.scm (python-contourpy): Update to 1.3.2.
Change-Id: I3e8517805d1c45f8738f6326c484604315f6b1f3
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 0584c3288c..770a43af10 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -2077,13 +2077,13 @@ into dataclasses.") (define-public python-contourpy (package (name "python-contourpy") - (version "1.1.1") + (version "1.3.2") (source (origin (method url-fetch) (uri (pypi-uri "contourpy" version)) (sha256 - (base32 "1az80zv067rcybm5x93j7rfiakbwiv1h8l58gnki4wjbwb13gfln")))) + (base32 "0m5by0zqycm87ip6kcixya5hnsqji2alzibz3dklq0ssf515k55n")))) (build-system pyproject-build-system) (arguments ;; Image tests require matplotlib and create a circular dependency. |
