mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
0955a504b5
commit
90c617a0f9
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue