python310Packages.pyrect: 0.1.4 -> 0.2.0
This commit is contained in:
parent
4bbf1a90c4
commit
2c6237c2fb
1 changed files with 2 additions and 2 deletions
|
@ -7,11 +7,11 @@
|
||||||
}:
|
}:
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "PyRect";
|
pname = "PyRect";
|
||||||
version = "0.1.4";
|
version = "0.2.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-Oy+nNTzjKhGqawoVSVlo0qdjQjyJR64ki5LAN9704gI=";
|
sha256 = "sha256-9lFV9t+bkptnyv+9V8CUfFrlRJ07WA0XgHS/+0egm3g=";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ tox pytestCheckHook pygame ];
|
checkInputs = [ tox pytestCheckHook pygame ];
|
||||||
|
|
Loading…
Reference in a new issue