From e56f2db3fc7c55c1ca663cd9107ea4ba94ee09b8 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 23 Oct 2023 16:50:55 +0200 Subject: [PATCH] python311Packages.oauthenticator: 16.1.0 -> 16.1.1 Changelog: https://github.com/jupyterhub/oauthenticator/blob/16.1.1/docs/source/reference/changelog.md --- pkgs/development/python-modules/oauthenticator/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/oauthenticator/default.nix b/pkgs/development/python-modules/oauthenticator/default.nix index dce4276d57cd..b2a8329538eb 100644 --- a/pkgs/development/python-modules/oauthenticator/default.nix +++ b/pkgs/development/python-modules/oauthenticator/default.nix @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "oauthenticator"; - version = "16.1.0"; + version = "16.1.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-7JkV4idZ/euYGGPTg6I+pw2nNOuttmGJMlz3NvJO9Rw="; + hash = "sha256-Obv4MJvO7li+KqI2l6KxfxjpbZVD5KFJwjn/u+UtaQQ="; }; postPatch = ''