python312Packages.coinmetrics-api-client: 2024.10.31.17 -> 2024.11.21.20 (#359788)

This commit is contained in:
Nick Cao 2024-11-28 09:09:03 -05:00 committed by GitHub
commit 60e64ed72c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "coinmetrics-api-client";
version = "2024.10.31.17";
version = "2024.11.21.20";
pyproject = true;
disabled = pythonOlder "3.9";
@ -27,7 +27,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "coinmetrics_api_client";
hash = "sha256-TFs71py2BonLGGJB0RoqYEOIRSEcB+eiHv8w3b0m8xU=";
hash = "sha256-Xa5eWzckhlAGyfA1c0+Cs11ClOrRfYks2mdz2wBuPyo=";
};
pythonRelaxDeps = [ "typer" ];