Skip to content

Commit

Permalink
python313Packages.photutils: 2.0.2 -> 2.1.0 (NixOS#372591)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Jan 10, 2025
2 parents aba31c1 + 6c4ad4b commit 5ff65b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/photutils/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@

buildPythonPackage rec {
pname = "photutils";
version = "2.0.2";
version = "2.1.0";
pyproject = true;

disabled = pythonOlder "3.10";
disabled = pythonOlder "3.11";

src = fetchFromGitHub {
owner = "astropy";
repo = "photutils";
tag = version;
hash = "sha256-gXtC6O8rXBBa8VMuqxshnJieAahv3bCY2C1BXNmJxb4=";
hash = "sha256-p1MQgIYmiTekKV6oNKql/dnp5CAahXzecrTl25tz1g0=";
};

build-system = [
Expand Down

0 comments on commit 5ff65b0

Please sign in to comment.