From 4804af5e390712f34f8028e83f84801a4a291ce7 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 2 Sep 2023 12:04:19 +0200 Subject: [PATCH] python311Packages.coinmetrics-api-client: 2023.8.24.13 -> 2023.8.30.20 --- .../python-modules/coinmetrics-api-client/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/coinmetrics-api-client/default.nix b/pkgs/development/python-modules/coinmetrics-api-client/default.nix index b426de499aa0..b113175941cc 100644 --- a/pkgs/development/python-modules/coinmetrics-api-client/default.nix +++ b/pkgs/development/python-modules/coinmetrics-api-client/default.nix @@ -11,13 +11,14 @@ , pythonOlder , pythonRelaxDepsHook , requests +, tqdm , typer , websocket-client }: buildPythonPackage rec { pname = "coinmetrics-api-client"; - version = "2023.8.24.13"; + version = "2023.8.30.20"; format = "pyproject"; disabled = pythonOlder "3.9"; @@ -27,7 +28,7 @@ buildPythonPackage rec { src = fetchPypi { inherit version; pname = "coinmetrics_api_client"; - hash = "sha256-Ju8QczI/vyX4//WMy92H66DafTGJefsOqIjifCfQXGU="; + hash = "sha256-zi9hFpmRILfWXA9eLGbzt/+v3l1wykZz10GUuH20hzE="; }; pythonRelaxDeps = [ @@ -44,6 +45,7 @@ buildPythonPackage rec { python-dateutil requests typer + tqdm websocket-client ];