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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user