python3Packages.photutils: 2.3.0 -> 3.0.0

This commit is contained in:
R. Ryantm
2026-04-19 10:31:41 +00:00
parent 9ce0d933e7
commit 3bb920fac8
@@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "photutils";
version = "2.3.0";
version = "3.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "astropy";
repo = "photutils";
tag = version;
hash = "sha256-VPiirM1eaIRnb0ED6ZyIgu1BLI3TKVtqCf7bDawC/kA=";
hash = "sha256-jfmC3pAQa/PrdEUa7QSYGW5zWzX43ghYCpmgRYup/Ks=";
};
build-system = [