python312Packages.pystac: 1.12.1 -> 1.12.2

This commit is contained in:
R. Ryantm
2025-02-27 04:30:25 +00:00
parent 21931cc8f7
commit 0508ba9c0b
@@ -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 ];