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

python3Packages.coinmetrics-api-client: 2025.8.8.16 -> 2025.8.15.15 (#435983)

parents e58ca5ad a3b8bf9a
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.8.8.16";
  version = "2025.8.15.15";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    inherit version;
    pname = "coinmetrics_api_client";
    hash = "sha256-/k0LwHxPZEF1Hyll3Xemzg/LqWtKnU+AToK1BpYfUDY=";
    hash = "sha256-vk+L6PXygyI0UlO5l3xhw7Gcp5qi6sTH3TFdFAkQGZA=";
  };

  pythonRelaxDeps = [ "typer" ];