python313Packages.yfinance: 0.2.56 -> 0.2.58 (#403917)

This commit is contained in:
Fabian Affolter
2025-05-04 08:39:48 +02:00
committed by GitHub
@@ -3,6 +3,7 @@
beautifulsoup4,
buildPythonPackage,
cryptography,
curl-cffi,
fetchFromGitHub,
frozendict,
html5lib,
@@ -12,7 +13,6 @@
pandas,
peewee,
platformdirs,
pythonOlder,
pytz,
requests-cache,
requests-ratelimiter,
@@ -23,16 +23,14 @@
buildPythonPackage rec {
pname = "yfinance";
version = "0.2.56";
version = "0.2.58";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "ranaroussi";
repo = "yfinance";
tag = version;
hash = "sha256-Y+tFlkBn+MJxmohbP9bRxPXC4OTt3GvTpozguOZJ5EQ=";
hash = "sha256-Xndky4sMVn0sPH4CFdLuwcfhPzMXtH4rdakQdve3RK0=";
};
build-system = [ setuptools ];
@@ -40,6 +38,7 @@ buildPythonPackage rec {
dependencies = [
beautifulsoup4
cryptography
curl-cffi
frozendict
html5lib
lxml