Merge pull request #230508 from r-ryantm/auto-update/python310Packages.django-auth-ldap

python310Packages.django-auth-ldap: 4.2.0 -> 4.3.0
This commit is contained in:
Martin Weinelt 2023-05-07 14:38:26 +02:00 committed by GitHub
commit cb8d13d313
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "django-auth-ldap";
version = "4.2.0";
version = "4.3.0";
format = "pyproject";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
hash = "sha256-qsceZbCovc/FzQi3CZfuPNw3eG/9XZdbfiz6R1ldQn8=";
hash = "sha256-eItbHucAVGgdf659CF3qp28vpvZMyf49152u9iwvYSE=";
};
nativeBuildInputs = [