python3Packages.coinmetrics-api-client: 2025.8.8.16 -> 2025.8.15.15

This commit is contained in:
R. Ryantm
2025-08-22 20:58:14 +00:00
parent 4e49fa427e
commit a3b8bf9a65
@@ -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" ];