Commit c65a266d authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 9d0d52ae
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.51";
  version = "0.2.52";
  pyproject = true;

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

  build-system = [ setuptools ];