Unverified Commit c520cc07 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.coinmetrics-api-client: 2025.4.15.13 -> 2025.5.6.13 (#406236)

parents 9fdb3703 07ea4c99
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.4.15.13";
  version = "2025.5.6.13";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    inherit version;
    pname = "coinmetrics_api_client";
    hash = "sha256-Wyst1/7CN4ZfkzvAkoUSDlSNECgwlx+11yQEzfddcJQ=";
    hash = "sha256-EUxgT+LK0s7IV+EWrLKgkNMsuhZBOUfMN1PLjub9JWQ=";
  };

  pythonRelaxDeps = [ "typer" ];