python3Packages.glueviz: 1.21.1 -> 1.22.2
This commit is contained in:
parent
5f296019ea
commit
8aef10b5cd
@ -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 ];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user