python37Packages.astropy: 3.1.1 -> 3.1.2 (#57383)

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
This commit is contained in:
R. RyanTM 2019-03-23 04:05:56 -07:00 committed by Robert Schütz
parent d6a86be197
commit 239f5e8376

View File

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