about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-06-19 10:34:52 -0400
committerGitHub <noreply@github.com>2024-06-19 10:34:52 -0400
commitda93c8668368c9c909d6a59eb06b69a7847d6760 (patch)
treefd48c4cffa193b48d7127462424a729bf772d7d1 /pkgs
parent0c1ec741a6be39b3c8a15028adbf456f41acfcf5 (diff)
parent528b4f204bd6ac4a49e006107d98a55d2e797f76 (diff)
Merge pull request #320872 from r-ryantm/auto-update/python311Packages.oauthenticator
python311Packages.oauthenticator: 16.3.0 -> 16.3.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/oauthenticator/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/oauthenticator/default.nix b/pkgs/development/python-modules/oauthenticator/default.nix
index b8caf2c9bcfe0..1f4ff0ea627f7 100644
--- a/pkgs/development/python-modules/oauthenticator/default.nix
+++ b/pkgs/development/python-modules/oauthenticator/default.nix
@@ -21,14 +21,14 @@
 
 buildPythonPackage rec {
   pname = "oauthenticator";
-  version = "16.3.0";
+  version = "16.3.1";
   pyproject = true;
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-QMddGJUfafXoBxMCjlx1lH45a4Bab3AP4j8Px7JxYaQ=";
+    hash = "sha256-gFhhOCcmorkrLxrup9fICh5ueCrc64fxfuZXTQG1tMk=";
   };
 
   postPatch = ''