Merge pull request #140944 from r-ryantm/auto-update/python38Packages.chess

python38Packages.chess: 1.6.1 -> 1.7.0
This commit is contained in:
Ryan Burns 2021-10-08 23:57:19 -07:00 committed by GitHub
commit b0cfe86d0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,7 +7,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "chess"; pname = "chess";
version = "1.6.1"; version = "1.7.0";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
@ -15,7 +15,7 @@ buildPythonPackage rec {
owner = "niklasf"; owner = "niklasf";
repo = "python-${pname}"; repo = "python-${pname}";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-2pyABmr6q1Y2/ivtvMYqRHE2Zjlyz2QO0us0w4l2HQM="; sha256 = "0f2q9sif1rqjlgzkf7dnxrclmw8v84hzyrnq21g8k1cwqj5fx9j2";
}; };
pythonImportsCheck = [ "chess" ]; pythonImportsCheck = [ "chess" ];