Skip to content

Commit

Permalink
python3Packages.yfinance: 0.1.70 -> 0.1.72
Browse files Browse the repository at this point in the history
  • Loading branch information
drewrisinger committed Jun 22, 2022
1 parent c4822a6 commit 476e25f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/python-modules/yfinance/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,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=";
sha256 = "sha256-7dA5+PJhuj/KAZoHMxx34yfyxDeiIf6DhufymfvD8Gg=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 476e25f

Please sign in to comment.