python311Packages.yfinance: 0.2.27 -> 0.2.28
Diff: https://github.com/ranaroussi/yfinance/compare/refs/tags/0.2.27...0.2.28 Changelog: https://github.com/ranaroussi/yfinance/blob/0.2.28/CHANGELOG.rst
This commit is contained in:
parent
450d6437ae
commit
56b3d41655
@ -16,7 +16,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "yfinance";
|
||||
version = "0.2.27";
|
||||
version = "0.2.28";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@ -25,7 +25,7 @@ buildPythonPackage rec {
|
||||
owner = "ranaroussi";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-hsSu2EnkCb/IUoLsW0HZHI4wtOUSdjRU8MmHGRuiY+g=";
|
||||
hash = "sha256-kTbQnpha4OHu5Xguo6v90uFpcXY1e8JJsJUo4ZbaCfk=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user