python3Packages.glueviz: 1.21.1 -> 1.22.2
This commit is contained in:
parent
5f296019ea
commit
8aef10b5cd
@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "glueviz";
|
pname = "glueviz";
|
||||||
version = "1.21.1";
|
version = "1.22.2";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
@ -35,7 +35,7 @@ buildPythonPackage rec {
|
|||||||
owner = "glue-viz";
|
owner = "glue-viz";
|
||||||
repo = "glue";
|
repo = "glue";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-/awIgfKbDFKM2WFlfpo5f/Px/N1aMXkV9eSTXts0aGo=";
|
hash = "sha256-5YwZxVer3icA/7YmUIXTuyIlZYKrlFn5+4OYMbfvIlU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pyqt-builder ];
|
buildInputs = [ pyqt-builder ];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user