Loading pkgs/development/python-modules/oauthenticator/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -22,14 +22,14 @@ buildPythonPackage rec { pname = "oauthenticator"; version = "16.3.1"; version = "17.0.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-gFhhOCcmorkrLxrup9fICh5ueCrc64fxfuZXTQG1tMk="; hash = "sha256-0eRfcuI+GuhgF0myZPy8ZcL4kBCLv6PcGEk+92J+GZ0="; }; build-system = [ setuptools ]; Loading Loading
pkgs/development/python-modules/oauthenticator/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -22,14 +22,14 @@ buildPythonPackage rec { pname = "oauthenticator"; version = "16.3.1"; version = "17.0.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-gFhhOCcmorkrLxrup9fICh5ueCrc64fxfuZXTQG1tMk="; hash = "sha256-0eRfcuI+GuhgF0myZPy8ZcL4kBCLv6PcGEk+92J+GZ0="; }; build-system = [ setuptools ]; Loading