Merge pull request #253043 from r-ryantm/auto-update/python310Packages.astropy-healpix

python310Packages.astropy-healpix: 0.7 -> 1.0.0

authored by

Weijia Wang and committed by
GitHub
67dfad4c db285f21

+2 -2
+2 -2
pkgs/development/python-modules/astropy-healpix/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "astropy-healpix"; 16 - version = "0.7"; 16 + version = "1.0.0"; 17 17 18 18 src = fetchPypi { 19 19 inherit version; 20 20 pname = lib.replaceStrings ["-"] ["_"] pname; 21 - hash = "sha256-iMOE60MimXpY3ok46RrJ/5D2orbLKuI+IWnHQFrdOtg="; 21 + hash = "sha256-9ILvYqEOaGMD84xm8I3xe53e5a2CIZwjVx7oDXar7qM="; 22 22 }; 23 23 24 24 nativeBuildInputs = [