gnu: python-django-auth-ldap: Update to 2.4.0.

* gnu/packages/django.scm (python-django-auth-ldap): Update to 2.4.0.
This commit is contained in:
Marius Bakke 2021-05-05 18:20:38 +02:00
parent 314f96421e
commit 5ede810185
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1163,13 +1163,13 @@ (define-public python-django-override-storage
(define-public python-django-auth-ldap
(package
(name "python-django-auth-ldap")
(version "2.2.0")
(version "2.4.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "django-auth-ldap" version))
(sha256
(base32
"1gq49l5lv6ar6yf73c8pix8n7md4109yq31s5jfk64w6n1rigbqi"))))
"0xk6cxiqz5j3q79bd54x64f26alrlc8p7k9wkp2c768w2k1vzz30"))))
(build-system python-build-system)
(arguments
'(#:phases (modify-phases %standard-phases