python310Packages.django-auth-ldap: 4.0.0 -> 4.1.0

This commit is contained in:
R. Ryantm 2022-05-11 13:07:43 +00:00
parent c5dbc6d161
commit 4a40260808

View file

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "django-auth-ldap";
version = "4.0.0";
version = "4.1.0";
format = "pyproject";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "276f79e624ce083ce13f161387f65ff1c0efe83ef8a42f2b9830d43317b15239";
sha256 = "sha256-d/dJ07F4B86OtWqcnI5XRv8xZWf4HVumE0ldnHSVqUk=";
};
nativeBuildInputs = [