##// END OF EJS Templates
dependencies: freeze python-dateutil
marcink -
r4068:df43b65c default
parent child Browse files
Show More
@@ -1599,14 +1599,14 b' self: super: {'
1599 };
1599 };
1600 };
1600 };
1601 "python-dateutil" = super.buildPythonPackage {
1601 "python-dateutil" = super.buildPythonPackage {
1602 name = "python-dateutil-2.8.0";
1602 name = "python-dateutil-2.8.1";
1603 doCheck = false;
1603 doCheck = false;
1604 propagatedBuildInputs = [
1604 propagatedBuildInputs = [
1605 self."six"
1605 self."six"
1606 ];
1606 ];
1607 src = fetchurl {
1607 src = fetchurl {
1608 url = "https://files.pythonhosted.org/packages/ad/99/5b2e99737edeb28c71bcbec5b5dda19d0d9ef3ca3e92e3e925e7c0bb364c/python-dateutil-2.8.0.tar.gz";
1608 url = "https://files.pythonhosted.org/packages/be/ed/5bbc91f03fa4c839c4c7360375da77f9659af5f7086b7a7bdda65771c8e0/python-dateutil-2.8.1.tar.gz";
1609 sha256 = "17nsfhy4xdz1khrfxa61vd7pmvd5z0wa3zb6v4gb4kfnykv0b668";
1609 sha256 = "0g42w7k5007iv9dam6gnja2ry8ydwirh99mgdll35s12pyfzxsvk";
1610 };
1610 };
1611 meta = {
1611 meta = {
1612 license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.asl20 { fullName = "Dual License"; } ];
1612 license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.asl20 { fullName = "Dual License"; } ];
@@ -46,7 +46,7 b' pyramid-debugtoolbar==4.5.1'
46 pyramid-mako==1.1.0
46 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
49 python-dateutil==2.8.1
50 python-ldap==3.1.0
50 python-ldap==3.1.0
51 python-memcached==1.59
51 python-memcached==1.59
52 python-pam==1.8.4
52 python-pam==1.8.4
General Comments 0
You need to be logged in to leave comments. Login now