about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-05-08 21:04:37 +0000
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2020-05-09 08:50:29 +0200
commite5457dacfa375418ebe7b31f7c53029e5d5a2b2c (patch)
tree392049ee75ae1b80cca003f223ea35a3c1c146a3
parent8cab672e5441119a493bce6266f2c888e4f29b3d (diff)
downloadnixlib-e5457dacfa375418ebe7b31f7c53029e5d5a2b2c.tar
nixlib-e5457dacfa375418ebe7b31f7c53029e5d5a2b2c.tar.gz
nixlib-e5457dacfa375418ebe7b31f7c53029e5d5a2b2c.tar.bz2
nixlib-e5457dacfa375418ebe7b31f7c53029e5d5a2b2c.tar.lz
nixlib-e5457dacfa375418ebe7b31f7c53029e5d5a2b2c.tar.xz
nixlib-e5457dacfa375418ebe7b31f7c53029e5d5a2b2c.tar.zst
nixlib-e5457dacfa375418ebe7b31f7c53029e5d5a2b2c.zip
python37Packages.astropy: 4.0 -> 4.0.1.post1
-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 57a7c35215ef..147a4d65de5e 100644
--- a/pkgs/development/python-modules/astropy/default.nix
+++ b/pkgs/development/python-modules/astropy/default.nix
@@ -10,13 +10,13 @@
 
 buildPythonPackage rec {
   pname = "astropy";
-  version = "4.0";
+  version = "4.0.1.post1";
 
   disabled = !isPy3k; # according to setup.py
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "404200e0baa84de09ac563ad9ccab3817e9b9669d0025cee74a8752f4bc2771b";
+    sha256 = "1da4xj793ldck29aajyb514wpz330cml26f3gdp45jj531n4lc2w";
   };
 
   nativeBuildInputs = [ astropy-helpers ];