python310Packages.yfinance: 0.1.89 -> 0.1.90
Diff: https://github.com/ranaroussi/yfinance/compare/refs/tags/0.1.89...0.1.90 Changelog: https://github.com/ranaroussi/yfinance/blob/0.1.90/CHANGELOG.rst
This commit is contained in:
parent
9c27ba3135
commit
b3c7a238dd
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "yfinance";
|
||||
version = "0.1.89";
|
||||
version = "0.1.90";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
|||
owner = "ranaroussi";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-ok7PAC+m9MyQT8DaGR8Gz7E2C8SziVYKPhqSTgtG6Qg=";
|
||||
hash = "sha256-iXgvHfS1/mbyORA8r2NN/nm17EeG+kin83nZTEXp5QU=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue