##// END OF EJS Templates
dependencies: bumped python-memcached to 1.59
marcink -
r2713:8cee3135 default
parent child Browse files
Show More
@@ -1563,13 +1563,13 b''
1563 };
1563 };
1564 };
1564 };
1565 python-memcached = super.buildPythonPackage {
1565 python-memcached = super.buildPythonPackage {
1566 name = "python-memcached-1.58";
1566 name = "python-memcached-1.59";
1567 buildInputs = with self; [];
1567 buildInputs = with self; [];
1568 doCheck = false;
1568 doCheck = false;
1569 propagatedBuildInputs = with self; [six];
1569 propagatedBuildInputs = with self; [six];
1570 src = fetchurl {
1570 src = fetchurl {
1571 url = "https://files.pythonhosted.org/packages/f7/62/14b2448cfb04427366f24104c9da97cf8ea380d7258a3233f066a951a8d8/python-memcached-1.58.tar.gz";
1571 url = "https://files.pythonhosted.org/packages/90/59/5faf6e3cd8a568dd4f737ddae4f2e54204fd8c51f90bf8df99aca6c22318/python-memcached-1.59.tar.gz";
1572 sha256 = "2775829cb54b9e4c5b3bbd8028680f0c0ab695db154b9c46f0f074ff97540eb6";
1572 sha256 = "a2e28637be13ee0bf1a8b6843e7490f9456fd3f2a4cb60471733c7b5d5557e4f";
1573 };
1573 };
1574 meta = {
1574 meta = {
1575 license = [ pkgs.lib.licenses.psfl ];
1575 license = [ pkgs.lib.licenses.psfl ];
@@ -59,7 +59,7 b' pyramid==1.9.2'
59 pysqlite==2.8.3
59 pysqlite==2.8.3
60 python-dateutil
60 python-dateutil
61 python-ldap==2.4.45
61 python-ldap==2.4.45
62 python-memcached==1.58
62 python-memcached==1.59
63 python-pam==1.8.2
63 python-pam==1.8.2
64 pytz==2018.3
64 pytz==2018.3
65 tzlocal==1.5.1
65 tzlocal==1.5.1
General Comments 0
You need to be logged in to leave comments. Login now