python3Packages.yfinance: 1.2.0 -> 1.3.0

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

Changelog: https://github.com/ranaroussi/yfinance/blob/1.3.0/CHANGELOG.rst
This commit is contained in:
Fabian Affolter
2026-05-21 15:48:47 +02:00
parent 3f300f4df9
commit 159a9ea54b
@@ -25,14 +25,14 @@
buildPythonPackage rec {
pname = "yfinance";
version = "1.2.0";
version = "1.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "ranaroussi";
repo = "yfinance";
tag = version;
hash = "sha256-Awblmr0ja5F5Dn00rhMaXy064pwQtETFj8s9Xarvp94=";
hash = "sha256-z6O1din71ZAZQGm4TEEtrFyB/CZPGPFC+qnfpGrdXgc=";
};
build-system = [ setuptools ];