Unverified Commit 601868ab authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #250185 from fabaff/coinmetrics-api-client-bump

python311Packages.coinmetrics-api-client: 2023.8.2.13 -> 2023.8.10.19
parents edf73b45 f0918acb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "coinmetrics-api-client";
  version = "2023.8.2.13";
  version = "2023.8.10.19";
  format = "pyproject";

  disabled = pythonOlder "3.9";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    inherit version;
    pname = "coinmetrics_api_client";
    hash = "sha256-R7EbzH8ftHqoCbe8plXPOmTL01mow7t+zgVfL4+bZXQ=";
    hash = "sha256-sXWcnl6E2Aw78Y4JPpTQlRmhRP6egl6eo81N2PIhi34=";
  };

  pythonRelaxDeps = [