python313Packages.gwcs: 0.24.0 -> 0.25.1

Changelog: https://github.com/spacetelescope/gwcs/blob/0.25.1/CHANGES.rst
This commit is contained in:
Fabian Affolter
2025-06-26 11:22:24 +02:00
parent 52f332274a
commit 93ac4152f7
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "gwcs";
version = "0.24.0";
version = "0.25.1";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "spacetelescope";
repo = "gwcs";
tag = version;
hash = "sha256-XxC61AzyZt0lVVwOr2yiN0/ldjcq/ABtzNDSQaGo9as=";
hash = "sha256-jGO3/qFNL8aovlU/jXIZpk2GHmwZ+o8tSSqnPHgtFqU=";
};
build-system = [