##// END OF EJS Templates
dependencies: bumped pytz==2019.3
marcink -
r4265:fc5dedb0 default
parent child Browse files
Show More
@@ -1702,11 +1702,11 b' self: super: {'
1702 };
1702 };
1703 };
1703 };
1704 "pytz" = super.buildPythonPackage {
1704 "pytz" = super.buildPythonPackage {
1705 name = "pytz-2019.2";
1705 name = "pytz-2019.3";
1706 doCheck = false;
1706 doCheck = false;
1707 src = fetchurl {
1707 src = fetchurl {
1708 url = "https://files.pythonhosted.org/packages/27/c0/fbd352ca76050952a03db776d241959d5a2ee1abddfeb9e2a53fdb489be4/pytz-2019.2.tar.gz";
1708 url = "https://files.pythonhosted.org/packages/82/c3/534ddba230bd4fbbd3b7a3d35f3341d014cca213f369a9940925e7e5f691/pytz-2019.3.tar.gz";
1709 sha256 = "0ckb27hhjc8i8gcdvk4d9avld62b7k52yjijc60s2m3y8cpb7h16";
1709 sha256 = "1ghrk1wg45d3nymj7bf4zj03n3bh64xmczhk4pfi577hdkdhcb5h";
1710 };
1710 };
1711 meta = {
1711 meta = {
1712 license = [ pkgs.lib.licenses.mit ];
1712 license = [ pkgs.lib.licenses.mit ];
@@ -51,7 +51,7 b' 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
54 pytz==2019.2
54 pytz==2019.3
55 tzlocal==1.5.1
55 tzlocal==1.5.1
56 pyzmq==14.6.0
56 pyzmq==14.6.0
57 py-gfm==0.1.4
57 py-gfm==0.1.4
General Comments 0
You need to be logged in to leave comments. Login now