python312Packages.photutils: 1.12.0 -> 1.13.0

Diff: https://github.com/astropy/photutils/compare/refs/tags/1.12.0...1.13.0

Changelog: https://github.com/astropy/photutils/blob/1.13.0/CHANGES.rst
This commit is contained in:
Fabian Affolter
2024-06-29 22:41:34 +02:00
parent a7b235322e
commit 5c694eee74
@@ -26,7 +26,7 @@
buildPythonPackage rec {
pname = "photutils";
version = "1.12.0";
version = "1.13.0";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -35,7 +35,7 @@ buildPythonPackage rec {
owner = "astropy";
repo = "photutils";
rev = "refs/tags/${version}";
hash = "sha256-k5MxpkCAvefSRoNPMAVIvNcCTU5HPicU4XSFXk13O9Q=";
hash = "sha256-J1i1H7AfQdiUIyBpgJK3dkH6C8MoEOwug4YQP+NEPbk=";
};
postPatch = ''