python3Packages.social-auth-core: 4.4.2 -> 4.5.1

This commit is contained in:
Martin Weinelt
2023-12-20 20:45:27 +01:00
parent dceea0afcd
commit e0ecfa2838
@@ -14,12 +14,13 @@
, pythonOlder
, requests
, requests-oauthlib
, setuptools
}:
buildPythonPackage rec {
pname = "social-auth-core";
version = "4.5.0";
format = "setuptools";
version = "4.5.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -27,9 +28,13 @@ buildPythonPackage rec {
owner = "python-social-auth";
repo = "social-core";
rev = "refs/tags/${version}";
hash = "sha256-5WEXXLl0IUPMbji8bWjTbAjY8VSLOTQvrfSCE9+ui5Y=";
hash = "sha256-yji10s3oHwUcKUs1njctkkmODyQRgiQDSRqolJFTifw=";
};
nativeBuildInputs = [
setuptools
];
propagatedBuildInputs = [
cryptography
defusedxml