Merge pull request #164747 from r-ryantm/auto-update/python310Packages.chess

python310Packages.chess: 1.8.0 -> 1.9.0
This commit is contained in:
Ryan Mulligan 2022-03-18 12:44:18 -07:00 committed by GitHub
commit 6b97fa9c7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "chess";
version = "1.8.0";
version = "1.9.0";
disabled = pythonOlder "3.7";
@ -15,7 +15,7 @@ buildPythonPackage rec {
owner = "niklasf";
repo = "python-${pname}";
rev = "v${version}";
sha256 = "sha256-ghBX0yRnggXliVREtrGxB/Xf0JWICeIi8XriSxS26Go=";
sha256 = "sha256-2/6pHU4gJnnVdO2KyXBe/RAbnEIuc2AY+h4TO70qiRk=";
};
pythonImportsCheck = [ "chess" ];