python313Packages.photutils: 2.1.0 -> 2.2.0

Diff: https://github.com/astropy/photutils/compare/refs/tags/2.1.0...2.2.0

Changelog: https://github.com/astropy/photutils/blob/2.2.0/CHANGES.rst
This commit is contained in:
Fabian Affolter
2025-02-19 10:56:55 +01:00
parent ee407ef743
commit c8b910a484
@@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "photutils";
version = "2.1.0";
version = "2.2.0";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "astropy";
repo = "photutils";
tag = version;
hash = "sha256-p1MQgIYmiTekKV6oNKql/dnp5CAahXzecrTl25tz1g0=";
hash = "sha256-DNdbCISuBAy3jbKgwWA0Adq2gpRP3AacU1ZorcBkjZo=";
};
build-system = [