about summary refs log tree commit diff
path: root/pkgs/development/python-modules/astropy
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2017-10-25 20:04:35 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2017-10-27 21:34:42 +0200
commit7ce848309e6d64820af1e96045c5386992e90a4a (patch)
tree071df35feca74aea6640fcc3cd4a0a5af613d995 /pkgs/development/python-modules/astropy
parentb601d87cd65009dceacff3b8efa39c6ae0451558 (diff)
python.pkgs: updates
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 ba73c232c89a8..12f00be0cb749 100644
--- a/pkgs/development/python-modules/astropy/default.nix
+++ b/pkgs/development/python-modules/astropy/default.nix
@@ -7,13 +7,13 @@
 buildPythonPackage rec {
   
   pname = "astropy";
-  version = "2.0.1";
+  version = "2.0.2";
 
   name = "${pname}-${version}";
   doCheck = false; #Some tests are failing. More importantly setup.py hangs on completion. Needs fixing with a proper shellhook.
   src = fetchPypi {
     inherit pname version;
-    sha256 = "25e0881a392a2e03b4a705cf9592f01894d23f64797323b21387efa8ea9ec03e";
+    sha256 = "4544a422b1173d79b2d65ba74c627f04a5fd8530d97fb604752d657d754e103d";
   };
 
   propagatedBuildInputs = [ pytest numpy ]; # yes it really has pytest in install_requires