python3Packages.asf-search: 8.1.4 -> 8.2.3 (#410488)

This commit is contained in:
Fabian Affolter
2025-05-24 23:25:14 +02:00
committed by GitHub
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "asf-search";
version = "8.1.4";
version = "8.2.3";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "asfadmin";
repo = "Discovery-asf_search";
tag = "v${version}";
hash = "sha256-BBHtD6J1hb0eGnA6PmTgNfH6t3JNP0N8C8lPYJlRPJ0=";
hash = "sha256-K1aGkI5lBw2HmLAeCNqcpgsDG/fAoi7l1RTBxziJBL8=";
};
pythonRelaxDeps = [ "tenacity" ];