python313Packages.yfinance: 0.2.51 -> 0.2.52 (#378628)

This commit is contained in:
Fabian Affolter
2025-02-02 20:26:55 +01:00
committed by GitHub

View File

@@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "yfinance";
version = "0.2.51";
version = "0.2.52";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "ranaroussi";
repo = "yfinance";
tag = version;
hash = "sha256-H4DrbatteETvxtDjz2kYGTMvGFbmmgbb5wMKWSUkOGc=";
hash = "sha256-bXscFrrsIz/mGqV00VqPN1URyJB7G/jH5bzcKWus44g=";
};
build-system = [ setuptools ];