python: astropy: 2.0.2 -> 2.0.3

This commit is contained in:
Frederik Rietdijk 2017-12-30 12:21:40 +01:00
parent b77f351365
commit 7812f83a2d
1 changed files with 2 additions and 2 deletions

View File

@ -7,13 +7,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "astropy"; pname = "astropy";
version = "2.0.2"; version = "2.0.3";
name = "${pname}-${version}"; name = "${pname}-${version}";
doCheck = false; #Some tests are failing. More importantly setup.py hangs on completion. Needs fixing with a proper shellhook. doCheck = false; #Some tests are failing. More importantly setup.py hangs on completion. Needs fixing with a proper shellhook.
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "4544a422b1173d79b2d65ba74c627f04a5fd8530d97fb604752d657d754e103d"; sha256 = "fdfc0248f6250798ed6d1327be609cb901db89ae01fc768cfbc9e263bdf56f4f";
}; };
propagatedBuildInputs = [ pytest numpy ]; # yes it really has pytest in install_requires propagatedBuildInputs = [ pytest numpy ]; # yes it really has pytest in install_requires