python310Packages.yfinance: 0.2.19b1 -> 0.2.20

This commit is contained in:
R. Ryantm 2023-06-10 04:06:36 +00:00
parent e3f7ddd455
commit f45f57c4b0

View file

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "yfinance";
version = "0.2.19b1";
version = "0.2.20";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "ranaroussi";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-kqNit24Fdi6rk0WIJnTIata3o+pkGOGAVWZkzTlZdsQ=";
hash = "sha256-uFIfhu7Sq4yQAzEfegIo0xyok1Bo8M/esg6bZCIWO18=";
};
propagatedBuildInputs = [