python3Packages.yfinance: 1.2.0 -> 1.3.0 (#522666)

This commit is contained in:
Fabian Affolter
2026-05-21 21:51:57 +00:00
committed by GitHub
@@ -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 ];