python313Packages.photutils: 2.0.2 -> 2.1.0

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

Changelog: https://github.com/astropy/photutils/blob/2.1.0/CHANGES.rst
This commit is contained in:
Fabian Affolter
2025-01-10 09:11:30 +01:00
parent 04a9216b7d
commit b2a69e584c
@@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "photutils";
version = "2.0.2";
version = "2.1.0";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "astropy";
repo = "photutils";
tag = version;
hash = "sha256-gXtC6O8rXBBa8VMuqxshnJieAahv3bCY2C1BXNmJxb4=";
hash = "sha256-p1MQgIYmiTekKV6oNKql/dnp5CAahXzecrTl25tz1g0=";
};
build-system = [