##// END OF EJS Templates
dependencies: bumped python-ldap==3.2.0
marcink -
r4262:bf7c89bd default
parent child Browse files
Show More
@@ -1646,15 +1646,15 b' self: super: {'
1646 };
1646 };
1647 };
1647 };
1648 "python-ldap" = super.buildPythonPackage {
1648 "python-ldap" = super.buildPythonPackage {
1649 name = "python-ldap-3.1.0";
1649 name = "python-ldap-3.2.0";
1650 doCheck = false;
1650 doCheck = false;
1651 propagatedBuildInputs = [
1651 propagatedBuildInputs = [
1652 self."pyasn1"
1652 self."pyasn1"
1653 self."pyasn1-modules"
1653 self."pyasn1-modules"
1654 ];
1654 ];
1655 src = fetchurl {
1655 src = fetchurl {
1656 url = "https://files.pythonhosted.org/packages/7f/1c/28d721dff2fcd2fef9d55b40df63a00be26ec8a11e8c6fc612ae642f9cfd/python-ldap-3.1.0.tar.gz";
1656 url = "https://files.pythonhosted.org/packages/ea/93/596f875e003c770447f4b99267820a0c769dd2dc3ae3ed19afe460fcbad0/python-ldap-3.2.0.tar.gz";
1657 sha256 = "1i97nwfnraylyn0myxlf3vciicrf5h6fymrcff9c00k581wmx5s1";
1657 sha256 = "13nvrhp85yr0jyxixcjj012iw8l9wynxxlykm9j3alss6waln73x";
1658 };
1658 };
1659 meta = {
1659 meta = {
1660 license = [ pkgs.lib.licenses.psfl ];
1660 license = [ pkgs.lib.licenses.psfl ];
@@ -47,7 +47,7 b' pyramid-mako==1.1.0'
47 pyramid==1.10.4
47 pyramid==1.10.4
48 pyramid_mailer==0.15.1
48 pyramid_mailer==0.15.1
49 python-dateutil==2.8.1
49 python-dateutil==2.8.1
50 python-ldap==3.1.0
50 python-ldap==3.2.0
51 python-memcached==1.59
51 python-memcached==1.59
52 python-pam==1.8.4
52 python-pam==1.8.4
53 python-saml==2.4.2
53 python-saml==2.4.2
General Comments 0
You need to be logged in to leave comments. Login now