python3Packages.asf-search: 8.2.3 -> 8.3.4 (#413649)

authored by Nick Cao and committed by GitHub 22477d47 02f5dd69

+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 = "8.2.3"; 23 + version = "8.3.4"; 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-K1aGkI5lBw2HmLAeCNqcpgsDG/fAoi7l1RTBxziJBL8="; 32 + hash = "sha256-MzHE3PNoV8SCGaajeSqdHaJwk7BuNiaP77YHo9soQO8="; 33 33 }; 34 34 35 35 pythonRelaxDeps = [ "tenacity" ];