python36Packages.astropy: 3.0.4 -> 3.0.5

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-astropy/versions
This commit is contained in:
R. RyanTM 2018-10-24 10:43:32 -07:00 committed by Frederik Rietdijk
parent bb03fbc2c8
commit 9a9db29d75

View File

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