dependencies: freeze python-dateutil

This commit is contained in:
Marcin Kuzminski 2019-11-14 13:06:37 +01:00
parent baab6423cb
commit 2cde6fb19c
2 changed files with 4 additions and 4 deletions

View file

@ -1599,14 +1599,14 @@ self: super: {
};
};
"python-dateutil" = super.buildPythonPackage {
name = "python-dateutil-2.8.0";
name = "python-dateutil-2.8.1";
doCheck = false;
propagatedBuildInputs = [
self."six"
];
src = fetchurl {
url = "https://files.pythonhosted.org/packages/ad/99/5b2e99737edeb28c71bcbec5b5dda19d0d9ef3ca3e92e3e925e7c0bb364c/python-dateutil-2.8.0.tar.gz";
sha256 = "17nsfhy4xdz1khrfxa61vd7pmvd5z0wa3zb6v4gb4kfnykv0b668";
url = "https://files.pythonhosted.org/packages/be/ed/5bbc91f03fa4c839c4c7360375da77f9659af5f7086b7a7bdda65771c8e0/python-dateutil-2.8.1.tar.gz";
sha256 = "0g42w7k5007iv9dam6gnja2ry8ydwirh99mgdll35s12pyfzxsvk";
};
meta = {
license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.asl20 { fullName = "Dual License"; } ];

View file

@ -46,7 +46,7 @@ pyramid-debugtoolbar==4.5.1
pyramid-mako==1.1.0
pyramid==1.10.4
pyramid_mailer==0.15.1
python-dateutil
python-dateutil==2.8.1
python-ldap==3.1.0
python-memcached==1.59
python-pam==1.8.4