python3Packages.asf-search: 9.0.1 -> 9.0.2 (#419194)

This commit is contained in:
Nick Cao
2025-06-23 16:47:23 -04:00
committed by GitHub
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "asf-search";
version = "9.0.1";
version = "9.0.2";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "asfadmin";
repo = "Discovery-asf_search";
tag = "v${version}";
hash = "sha256-nh2r4XiJ+cxPpQ5IBT2PMKpZPwYbhl67B7wwYFRJ6eY=";
hash = "sha256-RJeo5dMq2HoOmHN+PN0NzgWJKMApcGvMr/OxOjZYOS4=";
};
pythonRelaxDeps = [ "tenacity" ];