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

This commit is contained in:
R. Ryantm
2025-05-11 17:45:59 +00:00
parent 6c2e919de4
commit 07ea4c994d
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "coinmetrics-api-client";
version = "2025.4.15.13";
version = "2025.5.6.13";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "coinmetrics_api_client";
hash = "sha256-Wyst1/7CN4ZfkzvAkoUSDlSNECgwlx+11yQEzfddcJQ=";
hash = "sha256-EUxgT+LK0s7IV+EWrLKgkNMsuhZBOUfMN1PLjub9JWQ=";
};
pythonRelaxDeps = [ "typer" ];