0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

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

This commit is contained in:
Nick Cao 2025-06-04 16:43:31 -04:00 committed by GitHub
commit 22477d473c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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" ];