python3Packages.glueviz: 1.21.1 -> 1.22.2

This commit is contained in:
R. Ryantm 2025-05-13 17:23:00 +00:00
parent 5f296019ea
commit 8aef10b5cd

View File

@ -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 ];