python312Packages.coinmetrics-api-client: 2024.12.11.19 -> 2024.12.23.19 (#368386)

This commit is contained in:
misuzu
2024-12-29 11:29:14 +02:00
committed by GitHub
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "coinmetrics-api-client";
version = "2024.12.11.19";
version = "2024.12.23.19";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "coinmetrics_api_client";
hash = "sha256-ETEKQ3PC+wKD92QYKqly4EGge9tJgome0N3Vv7qf214=";
hash = "sha256-AX+UFQ+Usq9MzbnlZjZQXw9cP6fhO78iFsh0KsbZfw4=";
};
pythonRelaxDeps = [ "typer" ];