lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.coinmetrics-api-client: 2025.4.15.13 -> 2025.5.6.13

R. Ryantm 07ea4c99 6c2e919d

+2 -2
+2 -2
pkgs/development/python-modules/coinmetrics-api-client/default.nix
··· 18 18 19 19 buildPythonPackage rec { 20 20 pname = "coinmetrics-api-client"; 21 - version = "2025.4.15.13"; 21 + version = "2025.5.6.13"; 22 22 pyproject = true; 23 23 24 24 disabled = pythonOlder "3.9"; ··· 28 28 src = fetchPypi { 29 29 inherit version; 30 30 pname = "coinmetrics_api_client"; 31 - hash = "sha256-Wyst1/7CN4ZfkzvAkoUSDlSNECgwlx+11yQEzfddcJQ="; 31 + hash = "sha256-EUxgT+LK0s7IV+EWrLKgkNMsuhZBOUfMN1PLjub9JWQ="; 32 32 }; 33 33 34 34 pythonRelaxDeps = [ "typer" ];