Merge pull request #63347 from r-ryantm/auto-update/python3.7-astropy

python37Packages.astropy: 3.1.2 -> 3.2.1
This commit is contained in:
Mario Rodas 2019-06-19 21:58:32 -05:00 committed by GitHub
commit 863e4e0525
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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