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

This commit is contained in:
Yohann Boniface
2025-08-23 07:43:16 +02:00
committed by GitHub
@@ -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" ];