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 { buildPythonPackage rec {
pname = "yfinance"; pname = "yfinance";
version = "0.1.70"; version = "0.1.72";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ranaroussi"; owner = "ranaroussi";
repo = pname; repo = pname;
rev = version; rev = "refs/tags/${version}";
sha256 = "sha256-Anvt+ag0PysGynQv4q+2IrQmCPZViGqWI4dgfLQWGds="; sha256 = "sha256-7dA5+PJhuj/KAZoHMxx34yfyxDeiIf6DhufymfvD8Gg=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [