python312Packages.coinmetrics-api-client: 2024.2.6.16 -> 2024.7.11.18

This commit is contained in:
R. Ryantm 2024-07-13 05:09:02 +00:00
parent f9d8021398
commit 5f7fe4cced

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "coinmetrics-api-client";
version = "2024.2.6.16";
version = "2024.7.11.18";
pyproject = true;
disabled = pythonOlder "3.9";
@ -27,7 +27,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "coinmetrics_api_client";
hash = "sha256-rCj8nG7iQFJKs3Mic2wRZKBqx9T0lCPH5Po8k0nLppg=";
hash = "sha256-o8SVup50hD2BzQQ3Z5wANHWEhZDOl0FH7iTmYTJnkYw=";
};
pythonRelaxDeps = [ "typer" ];