From 6c1c7066088de3ee9f52ca336bf646e4ed69f4c6 Mon Sep 17 00:00:00 2001 From: Cayetano Santos Date: Thu, 26 Mar 2026 11:42:40 +0100 Subject: 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 --- gnu/packages/python-graphics.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/packages') 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 -- cgit v1.3