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

python310Packages.django-auth-ldap: 4.1.0 -> 4.2.0
This commit is contained in:
Martin Weinelt 2023-04-04 03:39:08 +02:00 committed by GitHub
commit e7d31e9a72
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.1.0";
version = "4.2.0";
format = "pyproject";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
hash = "sha256-d/dJ07F4B86OtWqcnI5XRv8xZWf4HVumE0ldnHSVqUk=";
hash = "sha256-qsceZbCovc/FzQi3CZfuPNw3eG/9XZdbfiz6R1ldQn8=";
};
nativeBuildInputs = [