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

python310Packages.django-auth-ldap: 4.5.0 -> 4.6.0
This commit is contained in:
Nick Cao 2023-10-07 12:46:36 -04:00 committed by GitHub
commit 6ebd21b734
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.5.0";
version = "4.6.0";
format = "pyproject";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
hash = "sha256-B6L+NbQCUIluErjWLROW0eQ3AEYwNwN2BJPOzXkfqI8=";
hash = "sha256-muK/h/m2Nnts/ZSgRRiWy8co5UAO2By/vVjOdDwJCaI=";
};
nativeBuildInputs = [