python3Packages.astropy-healpix: 1.0.2 -> 1.0.3

This commit is contained in:
Martin Weinelt
2024-04-22 13:59:45 +02:00
parent d184c29dd4
commit b7b9bde887
@@ -14,13 +14,13 @@
buildPythonPackage rec {
pname = "astropy-healpix";
version = "1.0.2";
version = "1.0.3";
pyproject = true;
src = fetchPypi {
inherit version;
pname = lib.replaceStrings ["-"] ["_"] pname;
hash = "sha256-BW+m7ZOWvtx3HTdNh3zeg9lGCj9ip4/gXb+boDlAMjo=";
hash = "sha256-3l0qfsl7FnBFBmlx8loVDR5AYfBxWb4jZJY02zbnl0Y=";
};
nativeBuildInputs = [