python310Packages.yfinance: 0.1.80 -> 0.1.82
Diff: https://github.com/ranaroussi/yfinance/compare/refs/tags/0.1.80...0.1.82 Changelog: https://github.com/ranaroussi/yfinance/blob/0.1.82/CHANGELOG.rst
This commit is contained in:
parent
3c5393bfdb
commit
62ab4ceea4
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "yfinance";
|
pname = "yfinance";
|
||||||
version = "0.1.80";
|
version = "0.1.82";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
|||||||
owner = "ranaroussi";
|
owner = "ranaroussi";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-Kf9zXfZtt27ZzQDeqUErbxDQqye51+4RIoZ3BAbUL0U=";
|
hash = "sha256-FCl87PtA8PeC1K1MRRba5WfwMYbEvL8N4pfC5DbcToI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user