diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-03-26 11:42:40 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-03-26 11:42:40 +0100 |
| commit | 6c1c7066088de3ee9f52ca336bf646e4ed69f4c6 (patch) | |
| tree | feb1c584627a4a6325b963ddc3ddb59876b5fa79 /gnu/packages/python-graphics.scm | |
| parent | 926a749463bdb0f0104ef2002b194394bac76c70 (diff) | |
gnu: python-pivy: Update to 0.6.10.
* gnu/packages/python-graphics.scm (python-pivy): Update to 0.6.10.
[inputs]: Remove qtbase-5; add qtbase.
Change-Id: I7f7512bc02245e06f7e8785f6875a56e629cb625
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 728822bd744..2310f853157 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.8") + (version "0.6.10") (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 "00l4r06dwmgn8h29nrl3g3yv33cfyizyylk28x1j95qyj36sggfb")))) + (base32 "1ap0z41j6nwwhbwpans6gz0ik6qj97d56hixzj0ni0q760skh40d")))) (build-system python-build-system) (arguments (list @@ -381,7 +381,7 @@ Design spec without sacrificing ease of use or application performance.") (list cmake-minimal swig-4.0)) (inputs (list python-wrapper - qtbase-5 + qtbase libxi libice glew |
