Unverified Commit b3f866af authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.oauthenticator: 17.0.0 -> 17.1.0 (#351015)

parents b9452877 f59e1c66
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,14 +22,14 @@

buildPythonPackage rec {
  pname = "oauthenticator";
  version = "17.0.0";
  version = "17.1.0";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-0eRfcuI+GuhgF0myZPy8ZcL4kBCLv6PcGEk+92J+GZ0=";
    hash = "sha256-2RWsrS+W09AY9wWvvM/pYzsM0xzqcwWZYSv4BCsegiw=";
  };

  build-system = [ setuptools ];