python3Packages.django-auth-ldap: 5.1.0 -> 5.2.0

This commit is contained in:
R. Ryantm
2025-05-15 07:23:15 +00:00
parent f71ccdc1bc
commit 9f77dea4e7
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "django-auth-ldap";
version = "5.1.0";
version = "5.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "django-auth-ldap";
repo = "django-auth-ldap";
tag = version;
hash = "sha256-uOxncRsBwy+1ynESku7+5yaY1MPIo4V8ppE2zfcDkws=";
hash = "sha256-/Wy5ZCRBIeEXOFqQW4e+GzQWpZyI9o39TfFAVb7OYeo=";
};
build-system = [ setuptools-scm ];