python312Packages.coinmetrics-api-client: 2024.11.21.20 -> 2024.12.11.19

This commit is contained in:
R. Ryantm
2024-12-16 00:25:12 +00:00
parent 5bae96d2c5
commit d35906e164
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "coinmetrics-api-client";
version = "2024.11.21.20";
version = "2024.12.11.19";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "coinmetrics_api_client";
hash = "sha256-Xa5eWzckhlAGyfA1c0+Cs11ClOrRfYks2mdz2wBuPyo=";
hash = "sha256-ETEKQ3PC+wKD92QYKqly4EGge9tJgome0N3Vv7qf214=";
};
pythonRelaxDeps = [ "typer" ];