aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/astropy
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-10-24 10:43:32 -0700
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2018-10-24 20:02:15 +0200
commit9a9db29d750385a1e01853fc47171ce113b62ae9 (patch)
tree90d3b940523b18d6ec2a506192f2a82a09196c1e /pkgs/development/python-modules/astropy
parentbb03fbc2c8b97ef5a4f4205eee51029155164b8a (diff)
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
Diffstat (limited to 'pkgs/development/python-modules/astropy')
-rw-r--r--pkgs/development/python-modules/astropy/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/astropy/default.nix b/pkgs/development/python-modules/astropy/default.nix
index acbd7c2ec65b..84b43fbcfa9a 100644
--- a/pkgs/development/python-modules/astropy/default.nix
+++ b/pkgs/development/python-modules/astropy/default.nix
@@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "astropy";
- version = "3.0.4";
+ version = "3.0.5";
disabled = !isPy3k; # according to setup.py
@@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
- sha256 = "f5d37d20632ba74bd0b12a85179c12f64a9ea037ffc916d8a2de3be4f4656c76";
+ sha256 = "0xldn6mh97pnkq915bacj8my9gy2kx58rrdm44496qla5i1gzlc2";
};
propagatedBuildInputs = [ pytest numpy ]; # yes it really has pytest in install_requires