Commit 08984a90 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.coinmetrics-api-client: 2023.8.30.20 -> 2023.9.29.14

parent 1f0e8ac1
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 = "2023.8.30.20";
  version = "2023.9.29.14";
  format = "pyproject";

  disabled = pythonOlder "3.9";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    inherit version;
    pname = "coinmetrics_api_client";
    hash = "sha256-zi9hFpmRILfWXA9eLGbzt/+v3l1wykZz10GUuH20hzE=";
    hash = "sha256-88tNPg/0U5ZC2OvH8Bh9EzKzRFF2YClS2tyrswBaUZw=";
  };

  pythonRelaxDeps = [