Merge pull request #267845 from fabaff/coinmetrics-api-client-bump

python311Packages.coinmetrics-api-client: 2023.10.30.13 -> 2023.11.13.14
This commit is contained in:
Fabian Affolter 2023-11-16 19:01:20 +01:00 committed by GitHub
commit 94eead3037
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [