Skip to content

Commit

Permalink
python312Packages.coinmetrics-api-client: 2024.10.4.15 -> 2024.10.15.19
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Oct 26, 2024
1 parent 58bafb4 commit 1ab0a03
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

buildPythonPackage rec {
pname = "coinmetrics-api-client";
version = "2024.10.4.15";
version = "2024.10.15.19";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -27,7 +27,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "coinmetrics_api_client";
hash = "sha256-4Ru614cCTMrAhelkVjDuHo7VcGYqaVeeAfaQkdBZr7k=";
hash = "sha256-TNpF8OihU0Z/mAUF/5hxpZgaqIBRUfX7zhwZAKd7OEo=";
};

pythonRelaxDeps = [ "typer" ];
Expand Down

0 comments on commit 1ab0a03

Please sign in to comment.