python: astropy: 3.0.3 -> 3.0.4

wip/yesman
Frederik Rietdijk 6 years ago
parent 43bb4ac8ab
commit abf0cf692f
  1. 4
      pkgs/development/python-modules/astropy/default.nix

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "astropy";
version = "3.0.3";
version = "3.0.4";
disabled = !isPy3k; # according to setup.py
@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "6af07abe5e263820a3dec93832a6ad74005013071490e125afbc6514411721da";
sha256 = "f5d37d20632ba74bd0b12a85179c12f64a9ea037ffc916d8a2de3be4f4656c76";
};
propagatedBuildInputs = [ pytest numpy ]; # yes it really has pytest in install_requires

Loading…
Cancel
Save