python311Packages.coinmetrics-api-client: 2023.10.30.13 -> 2023.11.13.14

This commit is contained in:
Fabian Affolter 2023-11-16 09:09:19 +01:00
parent ab3b6b5518
commit a952405b4d

View file

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "coinmetrics-api-client";
version = "2023.10.30.13";
version = "2023.11.13.14";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -28,7 +28,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "coinmetrics_api_client";
hash = "sha256-Kb6iVLV///X0UKby/7/wfbSGUFLw6HQX3SUwPX79QD0=";
hash = "sha256-+hX1msvm4hRl3luhMWgXcmpV2DmGI1oCknSP4QEWtxM=";
};
pythonRelaxDeps = [