about summary refs log tree commit diff
path: root/pkgs/development/python-modules/astropy-helpers
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-12-19 20:31:04 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2019-12-30 16:46:39 +0100
commite6fd547dfa4f8283330c7fa6a072dc193713c5de (patch)
treef4c9d05cd5ec2ab9b7c62c43367f5f5f28f97db9 /pkgs/development/python-modules/astropy-helpers
parentfc12dff061a01d1448eae489a5f0f4224e8b943a (diff)
python: astropy-helpers: 3.2.2 -> 4.0.1
Diffstat (limited to 'pkgs/development/python-modules/astropy-helpers')
-rw-r--r--pkgs/development/python-modules/astropy-helpers/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/astropy-helpers/default.nix b/pkgs/development/python-modules/astropy-helpers/default.nix
index fac97d2d36820..93b2784902f1d 100644
--- a/pkgs/development/python-modules/astropy-helpers/default.nix
+++ b/pkgs/development/python-modules/astropy-helpers/default.nix
@@ -6,7 +6,7 @@
 
 buildPythonPackage rec {
   pname = "astropy-helpers";
-  version = "3.2.2";
+  version = "4.0.1";
 
   disabled = !isPy3k;
 
@@ -14,7 +14,7 @@ buildPythonPackage rec {
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "cf32cb008b19597a1fe1a4d97f59734f30cd513aa3369a321e7b5b86cdb623fb";
+    sha256 = "f1096414d108778218d6bea06d4d9c7b2ff7c83856a451331ac194e74de9f413";
   };
 
   meta = with lib; {