python312Packages.pivy: 0.6.9 -> 0.6.10 (#395730)

This commit is contained in:
Wolfgang Walther
2025-04-27 13:31:51 +00:00
committed by GitHub
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pivy";
version = "0.6.9";
version = "0.6.10";
pyproject = true;
src = fetchFromGitHub {
owner = "coin3d";
repo = "pivy";
tag = version;
hash = "sha256-wWM8eKTehWCIbRxxWkZ4YrYyeIJuzQaBOUMrW9a5MVo=";
hash = "sha256-DRA4NTAHg2iB/D1CU9pJEpsZwX9GW3X5gpxbIwP54Ko=";
};
build-system = [ setuptools ];