gnu: python-contourpy: Update to 1.3.2.

* gnu/packages/python-xyz.scm (python-contourpy): Update to 1.3.2.

Change-Id: I3e8517805d1c45f8738f6326c484604315f6b1f3
This commit is contained in:
Sharlatan Hellseher 2025-06-30 16:09:09 +01:00
parent 0955a504b5
commit 90c617a0f9
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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.