python3Packages.coinmetrics-api-client: 2025.5.6.13 -> 2025.8.8.16

This commit is contained in:
R. Ryantm
2025-08-14 15:15:33 +00:00
parent aebb310757
commit f04de1ccf0
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "coinmetrics-api-client";
version = "2025.5.6.13";
version = "2025.8.8.16";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "coinmetrics_api_client";
hash = "sha256-EUxgT+LK0s7IV+EWrLKgkNMsuhZBOUfMN1PLjub9JWQ=";
hash = "sha256-/k0LwHxPZEF1Hyll3Xemzg/LqWtKnU+AToK1BpYfUDY=";
};
pythonRelaxDeps = [ "typer" ];