python313Packages.gwcs: 0.25.2 -> 0.26.0

Diff: https://github.com/spacetelescope/gwcs/compare/0.25.2...0.26.0

Changelog: https://github.com/spacetelescope/gwcs/blob/0.26.0/CHANGES.rst

Changed files
+2 -2
pkgs
development
python-modules
+2 -2
pkgs/development/python-modules/gwcs/default.nix
···
buildPythonPackage rec {
pname = "gwcs";
-
version = "0.25.2";
+
version = "0.26.0";
pyproject = true;
disabled = pythonOlder "3.10";
···
owner = "spacetelescope";
repo = "gwcs";
tag = version;
-
hash = "sha256-Pj/Ly/qMJdhdY8C/ZPaEV+hsYEh//ARvHitvlkjI8sM=";
+
hash = "sha256-cJfNVX7rdJASQA3NmZt7d4pvYh6GAteR22jat0kccoo=";
};
build-system = [