python3Packages.chess: 1.7.0 -> 1.8.0

This commit is contained in:
Sebastián Mancilla 2021-12-23 16:50:17 -03:00
parent de045be397
commit d1a90d732d

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