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 24 buildPythonPackage rec { 25 pname = "photutils"; 26 - version = "2.2.0"; 27 pyproject = true; 28 29 disabled = pythonOlder "3.11"; ··· 32 owner = "astropy"; 33 repo = "photutils"; 34 tag = version; 35 - hash = "sha256-DNdbCISuBAy3jbKgwWA0Adq2gpRP3AacU1ZorcBkjZo="; 36 }; 37 38 build-system = [
··· 23 24 buildPythonPackage rec { 25 pname = "photutils"; 26 + version = "2.3.0"; 27 pyproject = true; 28 29 disabled = pythonOlder "3.11"; ··· 32 owner = "astropy"; 33 repo = "photutils"; 34 tag = version; 35 + hash = "sha256-VPiirM1eaIRnb0ED6ZyIgu1BLI3TKVtqCf7bDawC/kA="; 36 }; 37 38 build-system = [