Merge pull request #165805 from r-ryantm/auto-update/python310Packages.pyrect

python310Packages.pyrect: 0.1.4 -> 0.2.0
This commit is contained in:
Fabian Affolter 2022-03-26 10:02:41 +01:00 committed by GitHub
commit c20602bfca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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