python38Packages.astropy-healpix: 0.4 -> 0.5

This commit is contained in:
R. RyanTM 2019-12-08 18:58:09 -08:00 committed by Jon
parent 00c9d6b710
commit a09dd9baa8

View File

@ -8,13 +8,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "astropy-healpix"; pname = "astropy-healpix";
version = "0.4"; version = "0.5";
doCheck = false; # tests require pytest-astropy doCheck = false; # tests require pytest-astropy
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "8c9709ac923759c92eca6d2e623e734d0f417eed40ba835b77d99dec09e51aa2"; sha256 = "1bfdq33mj6mwk5fkc6n23f9bc9z8j7kmvql3zchz4h58jskmvqas";
}; };
propagatedBuildInputs = [ numpy astropy astropy-helpers ]; propagatedBuildInputs = [ numpy astropy astropy-helpers ];