##// END OF EJS Templates
dependencies: bumped python-memcached to 1.58
marcink -
r1881:70e40121 default
parent child Browse files
Show More
@@ -1576,13 +1576,13 b''
1576 };
1576 };
1577 };
1577 };
1578 python-memcached = super.buildPythonPackage {
1578 python-memcached = super.buildPythonPackage {
1579 name = "python-memcached-1.57";
1579 name = "python-memcached-1.58";
1580 buildInputs = with self; [];
1580 buildInputs = with self; [];
1581 doCheck = false;
1581 doCheck = false;
1582 propagatedBuildInputs = with self; [six];
1582 propagatedBuildInputs = with self; [six];
1583 src = fetchurl {
1583 src = fetchurl {
1584 url = "https://pypi.python.org/packages/52/9d/eebc0dcbc5c7c66840ad207dfc1baa376dadb74912484bff73819cce01e6/python-memcached-1.57.tar.gz";
1584 url = "https://pypi.python.org/packages/f7/62/14b2448cfb04427366f24104c9da97cf8ea380d7258a3233f066a951a8d8/python-memcached-1.58.tar.gz";
1585 md5 = "de21f64b42b2d961f3d4ad7beb5468a1";
1585 md5 = "23b258105013d14d899828d334e6b044";
1586 };
1586 };
1587 meta = {
1587 meta = {
1588 license = [ pkgs.lib.licenses.psfl ];
1588 license = [ pkgs.lib.licenses.psfl ];
@@ -62,7 +62,7 b' pyramid==1.7.4'
62 pysqlite==2.8.3
62 pysqlite==2.8.3
63 python-dateutil==2.1
63 python-dateutil==2.1
64 python-ldap==2.4.19
64 python-ldap==2.4.19
65 python-memcached==1.57
65 python-memcached==1.58
66 python-pam==1.8.2
66 python-pam==1.8.2
67 pytz==2015.4
67 pytz==2015.4
68 pyzmq==14.6.0
68 pyzmq==14.6.0
General Comments 0
You need to be logged in to leave comments. Login now