python310Packages.chess: 1.9.4 -> 1.10.0

This commit is contained in:
R. Ryantm 2023-07-29 12:36:10 +00:00
parent a4c0bbf98b
commit c331344da9

View file

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "chess";
version = "1.9.4";
version = "1.10.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "niklasf";
repo = "python-${pname}";
rev = "refs/tags/v${version}";
hash = "sha256-YBABB//53gwJIwrmKJh8W+05hTBhl+49vCYv9//4E+0=";
hash = "sha256-jfPg1W9Qp0DlAbMXaFqZ6Ri2zMOW6EKUHwi7Azn/yl0=";
};
pythonImportsCheck = [