Commit b9c73c17 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 8a4c3dd8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@

buildPythonPackage rec {
  pname = "yfinance";
  version = "0.2.52";
  version = "0.2.54";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
    owner = "ranaroussi";
    repo = "yfinance";
    tag = version;
    hash = "sha256-bXscFrrsIz/mGqV00VqPN1URyJB7G/jH5bzcKWus44g=";
    hash = "sha256-Jdp1X62cPalAHRGU4nsQEZGSicbZsZnYjW1idYX13tA=";
  };

  build-system = [ setuptools ];