python312Packages.oauthenticator: 17.0.0 -> 17.1.0

Changelog: https://github.com/jupyterhub/oauthenticator/blob/17.1.0/docs/source/reference/changelog.md
This commit is contained in:
Fabian Affolter 2024-10-24 22:19:35 +02:00
parent 3e31b3e716
commit f59e1c6667

View File

@ -22,14 +22,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "oauthenticator"; pname = "oauthenticator";
version = "17.0.0"; version = "17.1.0";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-0eRfcuI+GuhgF0myZPy8ZcL4kBCLv6PcGEk+92J+GZ0="; hash = "sha256-2RWsrS+W09AY9wWvvM/pYzsM0xzqcwWZYSv4BCsegiw=";
}; };
build-system = [ setuptools ]; build-system = [ setuptools ];