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