python312Packages.yfinance: 0.2.41 -> 0.2.42

This commit is contained in:
R. Ryantm 2024-08-23 03:19:52 +00:00
parent cc76f5abc4
commit c757d40d08

View File

@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "yfinance";
version = "0.2.41";
version = "0.2.42";
pyproject = true;
disabled = pythonOlder "3.7";
@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "ranaroussi";
repo = "yfinance";
rev = "refs/tags/${version}";
hash = "sha256-9Vp/z0u/Mfil1xWHvHPRFa62sLvEJMjHLBYweLfz42o=";
hash = "sha256-2iS//v5KKxoY6FQTyZ4A4hm7yR31Y5BqTRauUElxOd0=";
};
build-system = [ setuptools ];