python312Packages.yfinance: 0.2.58 -> 0.2.61 (#408293)

This commit is contained in:
Fabian Affolter
2025-05-19 08:24:47 +02:00
committed by GitHub
@@ -13,24 +13,26 @@
pandas,
peewee,
platformdirs,
protobuf,
pytz,
requests-cache,
requests-ratelimiter,
requests,
scipy,
setuptools,
websockets,
}:
buildPythonPackage rec {
pname = "yfinance";
version = "0.2.58";
version = "0.2.61";
pyproject = true;
src = fetchFromGitHub {
owner = "ranaroussi";
repo = "yfinance";
tag = version;
hash = "sha256-Xndky4sMVn0sPH4CFdLuwcfhPzMXtH4rdakQdve3RK0=";
hash = "sha256-uOTsfXYXlbOXoP55AJ7QRBebOR7B441p5jkSiRyqQtI=";
};
build-system = [ setuptools ];
@@ -47,8 +49,10 @@ buildPythonPackage rec {
pandas
peewee
platformdirs
protobuf
pytz
requests
websockets
];
optional-dependencies = {