python312Packages.yfinance: 0.2.50 -> 0.2.51

This commit is contained in:
R. Ryantm
2024-12-21 09:58:07 +00:00
parent fe1376b0a4
commit 303123ab22
@@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "yfinance";
version = "0.2.50";
version = "0.2.51";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -31,8 +31,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "ranaroussi";
repo = "yfinance";
rev = "refs/tags/${version}";
hash = "sha256-qB9VbdiInbLEAy698BzU35k8ckwmaEXv8lByRsp/GfA=";
tag = version;
hash = "sha256-H4DrbatteETvxtDjz2kYGTMvGFbmmgbb5wMKWSUkOGc=";
};
build-system = [ setuptools ];