forked from mirrors/nixpkgs
python310Packages.yfinance: 0.1.77 -> 0.1.80
Diff: https://github.com/ranaroussi/yfinance/compare/refs/tags/0.1.77...0.1.80 Changelog: https://github.com/ranaroussi/yfinance/blob/0.1.80/CHANGELOG.rst
This commit is contained in:
parent
f7089f73c0
commit
3c5393bfdb
|
@ -12,7 +12,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "yfinance";
|
||||
version = "0.1.77";
|
||||
version = "0.1.80";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
|||
owner = "ranaroussi";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-gg9wX3WWacS5BmbR1wgdicFxhPN5b45KH0+obWmJ65g=";
|
||||
hash = "sha256-Kf9zXfZtt27ZzQDeqUErbxDQqye51+4RIoZ3BAbUL0U=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue