about summary refs log tree commit diff
path: root/pkgs/development/python-modules/astropy
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-06-17 09:16:38 -0700
committerMario Rodas <marsam@users.noreply.github.com>2019-06-19 21:42:06 -0500
commit956aace12d29542b41cbd818181d214e25c3f9e0 (patch)
tree05277f386ac56d1e4a60cf6beb21ddf81e4f0fbb /pkgs/development/python-modules/astropy
parentb40e84736bb550fcd237de3d0683e1351ef4780f (diff)
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
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 8ed7a1b936e50..06716929575ab 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.1.2";
+  version = "3.2.1";
 
   disabled = !isPy3k; # according to setup.py
 
@@ -15,7 +15,7 @@ buildPythonPackage rec {
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "1plyx3gcsff02g4yclvhlcdj8bh1lnm98d7h6wdabl36jvnahy2a";
+    sha256 = "706c0457789c78285e5464a5a336f5f0b058d646d60f4e5f5ba1f7d5bf424b28";
   };
 
   propagatedBuildInputs = [ pytest numpy ]; # yes it really has pytest in install_requires