python3Packages.asf-search: 9.0.7 -> 9.0.9 (#431659)

authored by Fabian Affolter and committed by GitHub e84ba3df 66fd0898

+2 -2
+2 -2
pkgs/development/python-modules/asf-search/default.nix
··· 20 20 21 21 buildPythonPackage rec { 22 22 pname = "asf-search"; 23 - version = "9.0.7"; 23 + version = "9.0.9"; 24 24 pyproject = true; 25 25 26 26 disabled = pythonOlder "3.9"; ··· 29 29 owner = "asfadmin"; 30 30 repo = "Discovery-asf_search"; 31 31 tag = "v${version}"; 32 - hash = "sha256-qfP02OQ3RQx8EZsrbrSvlFkz16MZsTT7phemrKo8vEI="; 32 + hash = "sha256-1ZJsVcbqvB0DpcVyCWaEdYEnDXDDIupiprcIZlRCWDo="; 33 33 }; 34 34 35 35 pythonRelaxDeps = [ "tenacity" ];