mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
Merge pull request #84493 from r-ryantm/auto-update/python3.7-django-auth-ldap
python37Packages.django-auth-ldap: 2.1.0 -> 2.1.1
This commit is contained in:
commit
3e7d382a82
|
@ -7,11 +7,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "django-auth-ldap";
|
pname = "django-auth-ldap";
|
||||||
version = "2.1.0";
|
version = "2.1.1";
|
||||||
disabled = isPy27;
|
disabled = isPy27;
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "5f48232c85ddfa33e3573153e6080526ac2eef5e7ec9cf42b5c4ba3c62afb96d";
|
sha256 = "1j1fwinbkr4khn9i869r22jfdgw2kli0jqrz5shyd36jllsvrfzs";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ ldap django ];
|
propagatedBuildInputs = [ ldap django ];
|
||||||
|
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Django authentication backend that authenticates against an LDAP service";
|
description = "Django authentication backend that authenticates against an LDAP service";
|
||||||
homepage = https://github.com/django-auth-ldap/django-auth-ldap;
|
homepage = "https://github.com/django-auth-ldap/django-auth-ldap";
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
maintainers = with maintainers; [ mmai ];
|
maintainers = with maintainers; [ mmai ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
|
Loading…
Reference in a new issue