python311Packages.coinmetrics-api-client: 2023.7.11.17 -> 2023.8.2.13

This commit is contained in:
R. Ryantm 2023-08-10 00:43:21 +00:00
parent 195975b138
commit f1a866e92b

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "coinmetrics-api-client";
version = "2023.7.11.17";
version = "2023.8.2.13";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -27,7 +27,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "coinmetrics_api_client";
hash = "sha256-s5hg9qaa5j/l/qy5DS6f1w5LH2URVyG1Uf02BSIplbc=";
hash = "sha256-R7EbzH8ftHqoCbe8plXPOmTL01mow7t+zgVfL4+bZXQ=";
};
pythonRelaxDeps = [