python312Packages.astropy-healpix: 1.0.3 -> 1.1.0 (#381252)

This commit is contained in:
Weijia Wang
2025-02-14 15:07:31 +01:00
committed by GitHub
@@ -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 = [