We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 297935d + 00832ce commit 91a6fecCopy full SHA for 91a6fec
pkgs/development/python-modules/yfinance/default.nix
@@ -23,7 +23,7 @@
23
24
buildPythonPackage rec {
25
pname = "yfinance";
26
- version = "0.2.44";
+ version = "0.2.48";
27
pyproject = true;
28
29
disabled = pythonOlder "3.7";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
32
owner = "ranaroussi";
33
repo = "yfinance";
34
rev = "refs/tags/${version}";
35
- hash = "sha256-XaenqZMvbimuptfCpvyhXxvbJTPA94+nN938HI5gDQo=";
+ hash = "sha256-7m5N2l80Cg6+NDiW0x49WtHkc6fu07s0BqKlHFCc1v0=";
36
};
37
38
build-system = [ setuptools ];
0 commit comments