python312Packages.pystac: 1.12.2 -> 1.13.0

This commit is contained in:
R. Ryantm
2025-04-22 11:22:13 +00:00
parent 0f74f28c3a
commit 11988bdfae
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "pystac";
version = "1.12.2";
version = "1.13.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "stac-utils";
repo = "pystac";
tag = "v${version}";
hash = "sha256-Cz9VyHIAfeRvK+az1ETVrTXvBh/VpkgmtERElfgAdBo=";
hash = "sha256-DxRJsnbzXBnpQSJE0VwkXV3vyH6WffiMaZ3119XBxJ8=";
};
build-system = [ setuptools ];