##// END OF EJS Templates
dependencies: bumped pytz to 2018.4
marcink -
r2714:26c7cbe2 default
parent child Browse files
Show More
@@ -1589,13 +1589,13 b''
1589 };
1589 };
1590 };
1590 };
1591 pytz = super.buildPythonPackage {
1591 pytz = super.buildPythonPackage {
1592 name = "pytz-2018.3";
1592 name = "pytz-2018.4";
1593 buildInputs = with self; [];
1593 buildInputs = with self; [];
1594 doCheck = false;
1594 doCheck = false;
1595 propagatedBuildInputs = with self; [];
1595 propagatedBuildInputs = with self; [];
1596 src = fetchurl {
1596 src = fetchurl {
1597 url = "https://files.pythonhosted.org/packages/1b/50/4cdc62fc0753595fc16c8f722a89740f487c6e5670c644eb8983946777be/pytz-2018.3.tar.gz";
1597 url = "https://files.pythonhosted.org/packages/10/76/52efda4ef98e7544321fd8d5d512e11739c1df18b0649551aeccfb1c8376/pytz-2018.4.tar.gz";
1598 sha256 = "410bcd1d6409026fbaa65d9ed33bf6dd8b1e94a499e32168acfc7b332e4095c0";
1598 sha256 = "c06425302f2cf668f1bba7a0a03f3c1d34d4ebeef2c72003da308b3947c7f749";
1599 };
1599 };
1600 meta = {
1600 meta = {
1601 license = [ pkgs.lib.licenses.mit ];
1601 license = [ pkgs.lib.licenses.mit ];
@@ -61,7 +61,7 b' python-dateutil'
61 python-ldap==2.4.45
61 python-ldap==2.4.45
62 python-memcached==1.59
62 python-memcached==1.59
63 python-pam==1.8.2
63 python-pam==1.8.2
64 pytz==2018.3
64 pytz==2018.4
65 tzlocal==1.5.1
65 tzlocal==1.5.1
66 pyzmq==14.6.0
66 pyzmq==14.6.0
67 py-gfm==0.1.3
67 py-gfm==0.1.3
General Comments 0
You need to be logged in to leave comments. Login now