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

python311Packages.coinmetrics-api-client: 2023.8.30.20 -> 2023.9.29.14
This commit is contained in:
Fabian Affolter 2023-10-01 09:51:40 +02:00 committed by GitHub
commit c272522bb2
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.8.30.20";
version = "2023.9.29.14";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -28,7 +28,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "coinmetrics_api_client";
hash = "sha256-zi9hFpmRILfWXA9eLGbzt/+v3l1wykZz10GUuH20hzE=";
hash = "sha256-88tNPg/0U5ZC2OvH8Bh9EzKzRFF2YClS2tyrswBaUZw=";
};
pythonRelaxDeps = [