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

python38Packages.chess: 1.6.1 -> 1.7.0

authored by Ryan Burns and committed by GitHub b0cfe86d 2c2867dd

+2 -2
+2 -2
pkgs/development/python-modules/chess/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "chess"; 10 - version = "1.6.1"; 10 + version = "1.7.0"; 11 11 12 12 disabled = pythonOlder "3.7"; 13 13 ··· 15 15 owner = "niklasf"; 16 16 repo = "python-${pname}"; 17 17 rev = "v${version}"; 18 - sha256 = "sha256-2pyABmr6q1Y2/ivtvMYqRHE2Zjlyz2QO0us0w4l2HQM="; 18 + sha256 = "0f2q9sif1rqjlgzkf7dnxrclmw8v84hzyrnq21g8k1cwqj5fx9j2"; 19 19 }; 20 20 21 21 pythonImportsCheck = [ "chess" ];