python311Packages.django-auth-ldap: 4.6.0 -> 4.7.0

This commit is contained in:
R. Ryantm 2024-03-25 03:04:14 +00:00
parent 3a6b97ce32
commit 409800ef12

View File

@ -17,14 +17,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "django-auth-ldap"; pname = "django-auth-ldap";
version = "4.6.0"; version = "4.7.0";
format = "pyproject"; format = "pyproject";
disabled = isPy27; disabled = isPy27;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-muK/h/m2Nnts/ZSgRRiWy8co5UAO2By/vVjOdDwJCaI="; hash = "sha256-jeplN2uLL6G+7lI0h2DjCC5kKTmlA4y+iBpeY4G2W4o=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [