about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-04-10 12:34:42 +0300
committerGitHub <noreply@github.com>2023-04-10 12:34:42 +0300
commit19502db2c3c2864a6a5b8bca0f41c0be092a00c5 (patch)
tree7e0bf876bacf761e75f38e5ddde4d5404dbafe15 /pkgs
parentf7fde9d7a7b95a12f4289a81a2c2be7f4620338e (diff)
parent6f50798d26b1e6c486fae4a4a99ff40ee156a06d (diff)
Merge pull request #222027 from r-ryantm/auto-update/python310Packages.social-auth-core
python310Packages.social-auth-core: 4.3.0 -> 4.4.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/social-auth-core/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/social-auth-core/default.nix b/pkgs/development/python-modules/social-auth-core/default.nix
index 5636021ca0b70..535536e84d6d8 100644
--- a/pkgs/development/python-modules/social-auth-core/default.nix
+++ b/pkgs/development/python-modules/social-auth-core/default.nix
@@ -18,7 +18,7 @@
 
 buildPythonPackage rec {
   pname = "social-auth-core";
-  version = "4.3.0";
+  version = "4.4.1";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
     owner = "python-social-auth";
     repo = "social-core";
     rev = "refs/tags/${version}";
-    hash = "sha256-P9IWnu1/PWVNl/tZZ4bqz0WnruKu/jXASZBoaWXWeYI=";
+    hash = "sha256-1uRQ+7dPaD7X0GnI4rCaXJNmkc2uE/OLdxy3T7Gg3Bg=";
   };
 
   propagatedBuildInputs = [