python313Packages.photutils: 2.2.0 -> 2.3.0 (#443492)

This commit is contained in:
Fabian Affolter
2025-09-16 19:01:07 +00:00
committed by GitHub
@@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "photutils";
version = "2.2.0";
version = "2.3.0";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "astropy";
repo = "photutils";
tag = version;
hash = "sha256-DNdbCISuBAy3jbKgwWA0Adq2gpRP3AacU1ZorcBkjZo=";
hash = "sha256-VPiirM1eaIRnb0ED6ZyIgu1BLI3TKVtqCf7bDawC/kA=";
};
build-system = [