python310Packages.astropy-healpix: 0.7 -> 1.0.0

This commit is contained in:
R. Ryantm 2023-09-03 03:49:09 +00:00
parent 3f9e803102
commit ab4c60fe78

View File

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