1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

gnu: python-pivy: Update to 0.6.11.

* gnu/packages/python-graphics.scm (python-pivy): Update to 0.6.11.
[native-inputs]: Remove swig-4.0; add swig-4.4.

Change-Id: I3cf59ddf633e366fc2772d220340177ce80dbfa0
This commit is contained in:
Cayetano Santos
2026-03-28 11:06:20 +01:00
parent ec44b17a53
commit 3847132a67

View File

@@ -354,7 +354,7 @@ Design spec without sacrificing ease of use or application performance.")
(define-public python-pivy (define-public python-pivy
(package (package
(name "python-pivy") (name "python-pivy")
(version "0.6.10") (version "0.6.11")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@@ -363,7 +363,7 @@ Design spec without sacrificing ease of use or application performance.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1ap0z41j6nwwhbwpans6gz0ik6qj97d56hixzj0ni0q760skh40d")))) (base32 "0rjbhhxyrh0fszc0va7qmkv6ayf2s49ppnw31p51xmq63bx3n5wc"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
(list (list
@@ -378,7 +378,7 @@ Design spec without sacrificing ease of use or application performance.")
(("\\$\\{SoQt_INCLUDE_DIRS}") (("\\$\\{SoQt_INCLUDE_DIRS}")
"${Coin_INCLUDE_DIR};${SoQt_INCLUDE_DIRS}"))))))) "${Coin_INCLUDE_DIR};${SoQt_INCLUDE_DIRS}")))))))
(native-inputs (native-inputs
(list cmake-minimal swig-4.0)) (list cmake-minimal swig-4.4))
(inputs (inputs
(list python-wrapper (list python-wrapper
qtbase qtbase