Skip to content

Commit

Permalink
python312Packages.yfinance: 0.2.42 -> 0.2.43 (#338004)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Aug 29, 2024
2 parents 8802dc1 + 97c6277 commit af924e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/yfinance/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

buildPythonPackage rec {
pname = "yfinance";
version = "0.2.42";
version = "0.2.43";
pyproject = true;

disabled = pythonOlder "3.7";
Expand All @@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "ranaroussi";
repo = "yfinance";
rev = "refs/tags/${version}";
hash = "sha256-2iS//v5KKxoY6FQTyZ4A4hm7yR31Y5BqTRauUElxOd0=";
hash = "sha256-pHjOXxnANnqypcycqdIV8/6u/qVVNnRFAeL4xsHjk3w=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit af924e1

Please sign in to comment.