python311Packages.coinmetrics-api-client: 2023.8.30.20 -> 2023.9.29.14

This commit is contained in:
Fabian Affolter 2023-09-30 19:44:43 +02:00
parent 1f0e8ac1f9
commit 08984a9090

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