python3Packages.coinmetrics-api-client: 2025.10.21.15 -> 2025.12.12.16

This commit is contained in:
R. Ryantm
2025-12-12 23:55:52 +00:00
parent f0a33ba877
commit cf69af0ccc
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "coinmetrics-api-client";
version = "2025.10.21.15";
version = "2025.12.12.16";
pyproject = true;
__darwinAllowLocalNetworking = true;
@@ -26,7 +26,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "coinmetrics_api_client";
hash = "sha256-OtC6Sy32faZAZqMVUure4RmPj2LCe4Ifwy+5xmZ0g8U=";
hash = "sha256-IegTRV4c/P63FUR7lPqPOVt1VtKElIgzuYW8cisNFYg=";
};
pythonRelaxDeps = [ "typer" ];