python3Packages.yfinance: 1.3.0 -> 1.5.1

Diff: https://github.com/ranaroussi/yfinance/compare/1.3.0...1.5.1

Changelog: https://github.com/ranaroussi/yfinance/blob/1.5.1/CHANGELOG.rst
This commit is contained in:
Fabian Affolter
2026-07-04 17:29:22 +02:00
parent a8e42fa705
commit b0b5ca6f17
@@ -25,14 +25,14 @@
buildPythonPackage rec {
pname = "yfinance";
version = "1.3.0";
version = "1.5.1";
pyproject = true;
src = fetchFromGitHub {
owner = "ranaroussi";
repo = "yfinance";
tag = version;
hash = "sha256-z6O1din71ZAZQGm4TEEtrFyB/CZPGPFC+qnfpGrdXgc=";
hash = "sha256-5ynbdBys7uTcvsKQB44aoe8PmQgqP28wPtOATcv8I7g=";
};
build-system = [ setuptools ];