summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-03-23 04:05:56 -0700
committerRobert Schütz <rschuetz17@gmail.com>2019-03-23 12:05:56 +0100
commit239f5e8376c146aee5a0b2922d0a55b165963c5c (patch)
treef101c8fdf90a2061b00e4e1bca2a75227456e90d
parentd6a86be1978000d85e857e314465934568078ab7 (diff)
downloadnixpkgs-239f5e8376c146aee5a0b2922d0a55b165963c5c.tar
nixpkgs-239f5e8376c146aee5a0b2922d0a55b165963c5c.tar.gz
nixpkgs-239f5e8376c146aee5a0b2922d0a55b165963c5c.tar.bz2
nixpkgs-239f5e8376c146aee5a0b2922d0a55b165963c5c.tar.lz
nixpkgs-239f5e8376c146aee5a0b2922d0a55b165963c5c.tar.xz
nixpkgs-239f5e8376c146aee5a0b2922d0a55b165963c5c.tar.zst
nixpkgs-239f5e8376c146aee5a0b2922d0a55b165963c5c.zip
python37Packages.astropy: 3.1.1 -> 3.1.2 (#57383)
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
-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 0ba779ec93e..90fe66bf4e9 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.1";
+  version = "3.1.2";
 
   disabled = !isPy3k; # according to setup.py
 
@@ -15,7 +15,7 @@ buildPythonPackage rec {
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "0fzm2q922qi68ns5biy807dzmgz1i9gqdh73lcafs0gfk8zyc9v5";
+    sha256 = "1plyx3gcsff02g4yclvhlcdj8bh1lnm98d7h6wdabl36jvnahy2a";
   };
 
   propagatedBuildInputs = [ pytest numpy ]; # yes it really has pytest in install_requires