python312Packages.yfinance: 0.2.40 -> 0.2.41

This commit is contained in:
R. Ryantm 2024-07-20 02:40:18 +00:00
parent b098e0c792
commit 5317c2ed17

View File

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