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:
parent
bb03fbc2c8
commit
9a9db29d75
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "astropy";
|
pname = "astropy";
|
||||||
version = "3.0.4";
|
version = "3.0.5";
|
||||||
|
|
||||||
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 = "f5d37d20632ba74bd0b12a85179c12f64a9ea037ffc916d8a2de3be4f4656c76";
|
sha256 = "0xldn6mh97pnkq915bacj8my9gy2kx58rrdm44496qla5i1gzlc2";
|
||||||
};
|
};
|
||||||
|
|
||||||
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