python3Packages.coinmetrics-api-client: 2025.5.6.13 -> 2025.8.8.16 (#433713)

This commit is contained in:
Yohann Boniface
2025-08-17 05:02:51 +02:00
committed by GitHub
@@ -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" ];