about summary refs log tree commit diff
path: root/pkgs/development/python-modules/astropy-healpix
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2021-03-24 10:28:09 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2021-04-03 17:48:19 +0200
commit7fd29c14bcbbc4db028098cea6dfecb314bf1a40 (patch)
tree760e4e20a8f07757839718bed707ade809b56f4d /pkgs/development/python-modules/astropy-healpix
parentb72418c4fbf2349a5254fbf5106ed2ad05432be9 (diff)
python3Packages.astropy-healpix: 0.5 -> 0.6
Diffstat (limited to 'pkgs/development/python-modules/astropy-healpix')
-rw-r--r--pkgs/development/python-modules/astropy-healpix/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/astropy-healpix/default.nix b/pkgs/development/python-modules/astropy-healpix/default.nix
index 61f49322d3bb4..e82faba97583f 100644
--- a/pkgs/development/python-modules/astropy-healpix/default.nix
+++ b/pkgs/development/python-modules/astropy-healpix/default.nix
@@ -8,13 +8,13 @@
 
 buildPythonPackage rec {
   pname = "astropy-healpix";
-  version = "0.5";
+  version = "0.6";
 
   doCheck = false; # tests require pytest-astropy
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "1bfdq33mj6mwk5fkc6n23f9bc9z8j7kmvql3zchz4h58jskmvqas";
+    sha256 = "409a6621c383641456c074f0f0350a24a4a58e910eaeef14e9bbce3e00ad6690";
   };
 
   propagatedBuildInputs = [ numpy astropy astropy-helpers ];