mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
python dateutil: 2.2 -> 2.4.2
This commit is contained in:
parent
16e9f9def6
commit
e1520f85fd
1 changed files with 3 additions and 2 deletions
|
@ -2988,11 +2988,12 @@ let
|
|||
};
|
||||
|
||||
dateutil = buildPythonPackage (rec {
|
||||
name = "dateutil-2.2";
|
||||
name = "dateutil-${version}";
|
||||
version = "2.4.2";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/p/python-dateutil/python-${name}.tar.gz";
|
||||
sha256 = "0s74ad6r789810s10dxgvaf48ni6adac2icrdad34zxygqq6bj7f";
|
||||
sha256 = "3e95445c1db500a344079a47b171c45ef18f57d188dffdb0e4165c71bea8eb3d";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [ self.six ];
|
||||
|
|
Loading…
Reference in a new issue