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

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

authored by

Fabian Affolter and committed by
GitHub
d4b8caf8 1d6ef4cf

+4 -2
+4 -2
pkgs/development/python-modules/coinmetrics-api-client/default.nix
··· 11 11 , pythonOlder 12 12 , pythonRelaxDepsHook 13 13 , requests 14 + , tqdm 14 15 , typer 15 16 , websocket-client 16 17 }: 17 18 18 19 buildPythonPackage rec { 19 20 pname = "coinmetrics-api-client"; 20 - version = "2023.8.24.13"; 21 + version = "2023.8.30.20"; 21 22 format = "pyproject"; 22 23 23 24 disabled = pythonOlder "3.9"; ··· 27 28 src = fetchPypi { 28 29 inherit version; 29 30 pname = "coinmetrics_api_client"; 30 - hash = "sha256-Ju8QczI/vyX4//WMy92H66DafTGJefsOqIjifCfQXGU="; 31 + hash = "sha256-zi9hFpmRILfWXA9eLGbzt/+v3l1wykZz10GUuH20hzE="; 31 32 }; 32 33 33 34 pythonRelaxDeps = [ ··· 44 45 python-dateutil 45 46 requests 46 47 typer 48 + tqdm 47 49 websocket-client 48 50 ]; 49 51