python37Packages.astropy: 3.0.5 -> 3.1 (#52152)

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.7-astropy/versions
wip/yesman
R. RyanTM 6 years ago committed by Robert Schütz
parent a55c4f5f4d
commit c0f88f637f
  1. 4
      pkgs/development/python-modules/astropy/default.nix

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

Loading…
Cancel
Save