python: astropy: 3.0.3 -> 3.0.4

+2 -2
+2 -2
pkgs/development/python-modules/astropy/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "astropy"; 10 - version = "3.0.3"; 10 + version = "3.0.4"; 11 11 12 12 disabled = !isPy3k; # according to setup.py 13 13 ··· 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 - sha256 = "6af07abe5e263820a3dec93832a6ad74005013071490e125afbc6514411721da"; 18 + sha256 = "f5d37d20632ba74bd0b12a85179c12f64a9ea037ffc916d8a2de3be4f4656c76"; 19 19 }; 20 20 21 21 propagatedBuildInputs = [ pytest numpy ]; # yes it really has pytest in install_requires