python312Packages.pystac-client: 0.8.4 -> 0.8.5

This commit is contained in:
R. Ryantm 2024-11-30 10:03:04 +00:00
parent e383460f09
commit 617a7655c2

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "pystac-client";
version = "0.8.4";
version = "0.8.5";
pyproject = true;
disabled = pythonOlder "3.9";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "stac-utils";
repo = "pystac-client";
rev = "refs/tags/v${version}";
hash = "sha256-EetS0MD5DLBR+ht9YfD+oRdfHbVONuVHdSZj3FQ5Sm8=";
hash = "sha256-bryJCg0JqjxQi5tAvd5Y2f/hXmHoIGEFiHuSPCjqfYk=";
};
build-system = [ setuptools ];