Merge pull request #268896 from fabaff/yfinance-bump

python311Packages.yfinance: 0.2.31 -> 0.2.32
This commit is contained in:
OTABI Tomoya 2023-11-22 23:49:06 +09:00 committed by GitHub
commit c2668d0cc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "yfinance";
version = "0.2.31";
version = "0.2.32";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "ranaroussi";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-GXnMzIjRx5c3O7J0bPjcdDvEIqTGMe002wYx28FLI6U=";
hash = "sha256-sEEYi2qp3LcgBxN0tlbmOaCpkjiDO80lFIaY0qdbuoo=";
};
propagatedBuildInputs = [