Merge pull request #225540 from r-ryantm/auto-update/python310Packages.yfinance

python310Packages.yfinance: 0.2.14 -> 0.2.16
This commit is contained in:
Nick Cao 2023-04-11 10:02:08 +08:00 committed by GitHub
commit 9883c9e3fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "yfinance";
version = "0.2.14";
version = "0.2.16";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "ranaroussi";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-KUG8hixdfLg1qBvwU1s6HFORWKCdSY54wLo0onhXmE0=";
hash = "sha256-OcGmRSsUk2v+zpEWtOanuZLupR9hR+wbEMln00/uCms=";
};
propagatedBuildInputs = [