lol

python312Packages.astropy-healpix: 1.1.0 -> 1.1.2

+2 -2
+2 -2
pkgs/development/python-modules/astropy-healpix/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "astropy-healpix"; 18 - version = "1.1.0"; 18 + version = "1.1.2"; 19 19 pyproject = true; 20 20 21 21 src = fetchPypi { 22 22 inherit version; 23 23 pname = lib.replaceStrings [ "-" ] [ "_" ] pname; 24 - hash = "sha256-0YFlh6YEkYjiqi6fABJZ3j+LoVjwS5O1BruEcmQAf24="; 24 + hash = "sha256-A2cd8So27Ds1fCRNUVS2eGNi/12AdwZ1x7JIFRAQZuQ="; 25 25 }; 26 26 27 27 nativeBuildInputs = [