diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-03-28 11:06:20 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-03-28 11:06:20 +0100 |
| commit | 3847132a67690d8cd46ee12371df59ce184d27d4 (patch) | |
| tree | d031793c7e92832a593e7c4bb99dc2185a520254 /gnu/packages/python-graphics.scm | |
| parent | ec44b17a533c5fc1f57f387208cbf2b023c7b655 (diff) | |
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
Diffstat (limited to 'gnu/packages/python-graphics.scm')
| -rw-r--r-- | gnu/packages/python-graphics.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-graphics.scm b/gnu/packages/python-graphics.scm index 2310f853157..3144e2c3e01 100644 --- a/gnu/packages/python-graphics.scm +++ b/gnu/packages/python-graphics.scm @@ -354,7 +354,7 @@ Design spec without sacrificing ease of use or application performance.") (define-public python-pivy (package (name "python-pivy") - (version "0.6.10") + (version "0.6.11") (source (origin (method git-fetch) @@ -363,7 +363,7 @@ Design spec without sacrificing ease of use or application performance.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1ap0z41j6nwwhbwpans6gz0ik6qj97d56hixzj0ni0q760skh40d")))) + (base32 "0rjbhhxyrh0fszc0va7qmkv6ayf2s49ppnw31p51xmq63bx3n5wc")))) (build-system python-build-system) (arguments (list @@ -378,7 +378,7 @@ Design spec without sacrificing ease of use or application performance.") (("\\$\\{SoQt_INCLUDE_DIRS}") "${Coin_INCLUDE_DIR};${SoQt_INCLUDE_DIRS}"))))))) (native-inputs - (list cmake-minimal swig-4.0)) + (list cmake-minimal swig-4.4)) (inputs (list python-wrapper qtbase |
