python312Packages.astropy-healpix: 1.0.3 -> 1.1.0

This commit is contained in:
R. Ryantm
2025-02-11 18:47:53 +00:00
parent b64b41e8d6
commit 2e4d084c58
@@ -15,13 +15,13 @@
buildPythonPackage rec {
pname = "astropy-healpix";
version = "1.0.3";
version = "1.1.0";
pyproject = true;
src = fetchPypi {
inherit version;
pname = lib.replaceStrings [ "-" ] [ "_" ] pname;
hash = "sha256-3l0qfsl7FnBFBmlx8loVDR5AYfBxWb4jZJY02zbnl0Y=";
hash = "sha256-0YFlh6YEkYjiqi6fABJZ3j+LoVjwS5O1BruEcmQAf24=";
};
nativeBuildInputs = [