Merge pull request #151905 from smancill/bump-python-chess

python3Packages.chess: 1.7.0 -> 1.8.0
This commit is contained in:
Bobby Rong 2021-12-24 14:18:27 +08:00 committed by GitHub
commit fd64071645
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.7.0";
version = "1.8.0";
disabled = pythonOlder "3.7";
@ -15,7 +15,7 @@ buildPythonPackage rec {
owner = "niklasf";
repo = "python-${pname}";
rev = "v${version}";
sha256 = "0f2q9sif1rqjlgzkf7dnxrclmw8v84hzyrnq21g8k1cwqj5fx9j2";
sha256 = "sha256-ghBX0yRnggXliVREtrGxB/Xf0JWICeIi8XriSxS26Go=";
};
pythonImportsCheck = [ "chess" ];