python312Packages.gwcs: 0.22.1 -> 0.24.0

This commit is contained in:
R. Ryantm
2025-02-11 05:27:40 +00:00
parent e3e90b8e62
commit 82018809af
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "gwcs";
version = "0.22.1";
version = "0.24.0";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "spacetelescope";
repo = "gwcs";
tag = version;
hash = "sha256-9s3HwKFpUXb0aqcSEJVL2SB6G2pQc8xQT5HdZYoHd/I=";
hash = "sha256-XxC61AzyZt0lVVwOr2yiN0/ldjcq/ABtzNDSQaGo9as=";
};
build-system = [
@@ -53,7 +53,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Module to manage the Generalized World Coordinate System";
homepage = "https://github.com/spacetelescope/gwcs";
changelog = "https://github.com/spacetelescope/gwcs/blob/${version}/CHANGES.rst";
changelog = "https://github.com/spacetelescope/gwcs/blob/${src.tag}/CHANGES.rst";
license = licenses.bsd3;
maintainers = with maintainers; [ fab ];
};