diff --git a/pkgs/development/python-modules/chess/default.nix b/pkgs/development/python-modules/chess/default.nix index 87666e64d2bd..c5e4440f991a 100644 --- a/pkgs/development/python-modules/chess/default.nix +++ b/pkgs/development/python-modules/chess/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "chess"; - version = "1.11.1"; + version = "1.11.2"; pyproject = true; disabled = pythonOlder "3.7"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "niklasf"; repo = "python-${pname}"; tag = "v${version}"; - hash = "sha256-OAYQ/XtM4AHfbpA+gVa/AjB3tyMtvgykpHc39WaU2CI="; + hash = "sha256-8LOp4HQI9UOdaj4/jwd79ftdnaO4HtzMVf1cwcYFCiA="; }; build-system = [ setuptools ]; @@ -32,7 +32,7 @@ buildPythonPackage rec { meta = with lib; { description = "Chess library with move generation, move validation, and support for common formats"; homepage = "https://github.com/niklasf/python-chess"; - changelog = "https://github.com/niklasf/python-chess/blob/v${version}/CHANGELOG.rst"; + changelog = "https://github.com/niklasf/python-chess/blob/${src.tag}/CHANGELOG.rst"; license = licenses.gpl3Plus; maintainers = with maintainers; [ smancill ]; };