python3Packages.asf-search: 8.2.3 -> 8.3.4

This commit is contained in:
R. Ryantm
2025-06-03 16:41:50 +00:00
parent e8bb3205d7
commit c532ad9705
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "asf-search";
version = "8.2.3";
version = "8.3.4";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "asfadmin";
repo = "Discovery-asf_search";
tag = "v${version}";
hash = "sha256-K1aGkI5lBw2HmLAeCNqcpgsDG/fAoi7l1RTBxziJBL8=";
hash = "sha256-MzHE3PNoV8SCGaajeSqdHaJwk7BuNiaP77YHo9soQO8=";
};
pythonRelaxDeps = [ "tenacity" ];