about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-04-28 10:40:34 -0400
committerGitHub <noreply@github.com>2024-04-28 10:40:34 -0400
commita305b5be5d8c4d6cf58395dc4c5df6ad91f4c466 (patch)
tree7daa419ff8ad20c7666fde800183747187470279 /pkgs/development
parent6d5b5b43efe78a9573e213b2dcf0d2a5411691d9 (diff)
parentaf223e6426a049314e896d02b4bf417000a5d00b (diff)
Merge pull request #307330 from r-ryantm/auto-update/python311Packages.social-auth-app-django
python311Packages.social-auth-app-django: 5.4.0 -> 5.4.1
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/social-auth-app-django/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/social-auth-app-django/default.nix b/pkgs/development/python-modules/social-auth-app-django/default.nix
index a8fd2503dbe01..1806752e60203 100644
--- a/pkgs/development/python-modules/social-auth-app-django/default.nix
+++ b/pkgs/development/python-modules/social-auth-app-django/default.nix
@@ -9,7 +9,7 @@
 
 buildPythonPackage rec {
   pname = "social-auth-app-django";
-  version = "5.4.0";
+  version = "5.4.1";
   format = "setuptools";
 
   disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
     owner = "python-social-auth";
     repo = "social-app-django";
     rev = "refs/tags/${version}";
-    hash = "sha256-CZF1DA4UUnmGfdmWlBJ0zJIYx1E03a7Z7Y6WJNFU68M=";
+    hash = "sha256-BvPQo0pXffGYu0tpy5yHT9lJVwOTewBiX5GLeezBrhE=";
   };
 
   propagatedBuildInputs = [