Merge pull request #272006 from r-ryantm/auto-update/python310Packages.oauthenticator

python310Packages.oauthenticator: 16.2.0 -> 16.2.1

authored by

Nick Cao and committed by
GitHub
5a54140d 14ac4cdf

+2 -2
+2 -2
pkgs/development/python-modules/oauthenticator/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "oauthenticator"; 17 - version = "16.2.0"; 17 + version = "16.2.1"; 18 18 format = "setuptools"; 19 19 20 20 disabled = pythonOlder "3.7"; 21 21 22 22 src = fetchPypi { 23 23 inherit pname version; 24 - hash = "sha256-z5CFFfVJYeXaDFVPYaBOfUMzgl+Uvn3LYS5Zn1AHRy0="; 24 + hash = "sha256-qJrreq2GhJxrX9keZOYVzjihs0RCymad+MGErW5ecPc="; 25 25 }; 26 26 27 27 postPatch = ''