Unverified Commit 67e295df authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.chess: 1.11.0 -> 1.11.1 (#354892)

parents 123c8883 d1444b49
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "chess";
  version = "1.11.0";
  version = "1.11.1";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "niklasf";
    repo = "python-${pname}";
    rev = "refs/tags/v${version}";
    hash = "sha256-+YNEm1QppXeeIjOKfCSQoQmuSzBsW4ws0ej/whjTAPg=";
    hash = "sha256-OAYQ/XtM4AHfbpA+gVa/AjB3tyMtvgykpHc39WaU2CI=";
  };

  build-system = [ setuptools ];