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

authored by Fabian Affolter and committed by GitHub 7385044c 10e7956d

+2 -2
+2 -2
pkgs/development/python-modules/photutils/default.nix
··· 23 23 24 24 buildPythonPackage rec { 25 25 pname = "photutils"; 26 - version = "2.2.0"; 26 + version = "2.3.0"; 27 27 pyproject = true; 28 28 29 29 disabled = pythonOlder "3.11"; ··· 32 32 owner = "astropy"; 33 33 repo = "photutils"; 34 34 tag = version; 35 - hash = "sha256-DNdbCISuBAy3jbKgwWA0Adq2gpRP3AacU1ZorcBkjZo="; 35 + hash = "sha256-VPiirM1eaIRnb0ED6ZyIgu1BLI3TKVtqCf7bDawC/kA="; 36 36 }; 37 37 38 38 build-system = [