Skip to content

Commit

Permalink
python312Packages.yfinance: 0.2.44 -> 0.2.48
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Oct 26, 2024
1 parent 86e78d3 commit 00832ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/yfinance/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

buildPythonPackage rec {
pname = "yfinance";
version = "0.2.44";
version = "0.2.48";
pyproject = true;

disabled = pythonOlder "3.7";
Expand All @@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "ranaroussi";
repo = "yfinance";
rev = "refs/tags/${version}";
hash = "sha256-XaenqZMvbimuptfCpvyhXxvbJTPA94+nN938HI5gDQo=";
hash = "sha256-7m5N2l80Cg6+NDiW0x49WtHkc6fu07s0BqKlHFCc1v0=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 00832ce

Please sign in to comment.