Unverified Commit 8e0a5e25 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.yfinance: 0.2.52 -> 0.2.54 (#383359)

parents 66286431 b9c73c17
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 ];