Unverified Commit 1e7762d1 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

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

parents cfb4adc5 f04de1cc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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" ];