python312Packages.pystac: 1.12.1 -> 1.12.2 (#385469)

This commit is contained in:
Ivan Mincik
2025-02-28 07:09:32 +00:00
committed by GitHub
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "pystac";
version = "1.12.1";
version = "1.12.2";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "stac-utils";
repo = "pystac";
tag = "v${version}";
hash = "sha256-VTpkQdPydKUb/FGZhfFM/2IDUbsVz903q6s5MxLRlYM=";
hash = "sha256-Cz9VyHIAfeRvK+az1ETVrTXvBh/VpkgmtERElfgAdBo=";
};
build-system = [ setuptools ];