python310Packages.pyrect: 0.1.4 -> 0.2.0

This commit is contained in:
R. Ryantm 2022-03-26 02:04:38 +00:00
parent 4bbf1a90c4
commit 2c6237c2fb

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