python312Packages.yfinance: 0.2.48 -> 0.2.49

This commit is contained in:
R. Ryantm 2024-11-12 07:55:11 +00:00
parent 0488e230e6
commit aa9193b7e3

View File

@ -23,7 +23,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "yfinance"; pname = "yfinance";
version = "0.2.48"; version = "0.2.49";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "ranaroussi"; owner = "ranaroussi";
repo = "yfinance"; repo = "yfinance";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-7m5N2l80Cg6+NDiW0x49WtHkc6fu07s0BqKlHFCc1v0="; hash = "sha256-rZU7xMTVabXMOQYGJnZjkDcfegBzHNsx8VNPvKKWEIQ=";
}; };
build-system = [ setuptools ]; build-system = [ setuptools ];