python310Packages.astropy-healpix: 0.6 -> 0.7

This commit is contained in:
R. Ryantm 2022-09-15 18:22:14 +00:00
parent 1637945189
commit bd8735e672

View File

@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "astropy-healpix";
version = "0.6";
version = "0.7";
src = fetchPypi {
inherit version;
pname = lib.replaceStrings ["-"] ["_"] pname;
sha256 = "409a6621c383641456c074f0f0350a24a4a58e910eaeef14e9bbce3e00ad6690";
sha256 = "sha256-iMOE60MimXpY3ok46RrJ/5D2orbLKuI+IWnHQFrdOtg=";
};
nativeBuildInputs = [