python310Packages.yfinance: 0.1.70 -> 0.1.72

This commit is contained in:
R. Ryantm 2022-06-17 17:27:53 +00:00 committed by Jonathan Ringer
parent e9c29ecb5e
commit 9428de3760

View file

@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "yfinance";
version = "0.1.70";
version = "0.1.72";
src = fetchFromGitHub {
owner = "ranaroussi";
repo = pname;
rev = version;
sha256 = "sha256-Anvt+ag0PysGynQv4q+2IrQmCPZViGqWI4dgfLQWGds=";
rev = "refs/tags/${version}";
sha256 = "sha256-7dA5+PJhuj/KAZoHMxx34yfyxDeiIf6DhufymfvD8Gg=";
};
propagatedBuildInputs = [