Skip to content

Commit 91a6fec

Browse files
authored
python312Packages.yfinance: 0.2.44 -> 0.2.48 (#351538)
2 parents 297935d + 00832ce commit 91a6fec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/yfinance/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
buildPythonPackage rec {
2525
pname = "yfinance";
26-
version = "0.2.44";
26+
version = "0.2.48";
2727
pyproject = true;
2828

2929
disabled = pythonOlder "3.7";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
3232
owner = "ranaroussi";
3333
repo = "yfinance";
3434
rev = "refs/tags/${version}";
35-
hash = "sha256-XaenqZMvbimuptfCpvyhXxvbJTPA94+nN938HI5gDQo=";
35+
hash = "sha256-7m5N2l80Cg6+NDiW0x49WtHkc6fu07s0BqKlHFCc1v0=";
3636
};
3737

3838
build-system = [ setuptools ];

0 commit comments

Comments
 (0)