python37Packages.astropy: 3.1.2 -> 3.2.1
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:
parent
b40e84736b
commit
956aace12d
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "astropy";
|
pname = "astropy";
|
||||||
version = "3.1.2";
|
version = "3.2.1";
|
||||||
|
|
||||||
disabled = !isPy3k; # according to setup.py
|
disabled = !isPy3k; # according to setup.py
|
||||||
|
|
||||||
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1plyx3gcsff02g4yclvhlcdj8bh1lnm98d7h6wdabl36jvnahy2a";
|
sha256 = "706c0457789c78285e5464a5a336f5f0b058d646d60f4e5f5ba1f7d5bf424b28";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ pytest numpy ]; # yes it really has pytest in install_requires
|
propagatedBuildInputs = [ pytest numpy ]; # yes it really has pytest in install_requires
|
||||||
|
Loading…
Reference in New Issue
Block a user