python3Packages.glueviz: 1.21.1 -> 1.22.2 (#406806)

This commit is contained in:
Aleksana
2025-05-22 19:25:20 +08:00
committed by GitHub
@@ -26,7 +26,7 @@
buildPythonPackage rec {
pname = "glueviz";
version = "1.21.1";
version = "1.22.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -35,7 +35,7 @@ buildPythonPackage rec {
owner = "glue-viz";
repo = "glue";
tag = "v${version}";
hash = "sha256-/awIgfKbDFKM2WFlfpo5f/Px/N1aMXkV9eSTXts0aGo=";
hash = "sha256-5YwZxVer3icA/7YmUIXTuyIlZYKrlFn5+4OYMbfvIlU=";
};
buildInputs = [ pyqt-builder ];