mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 20:53:22 +00:00
python311Packages.yfinance: 0.2.28 -> 0.2.31
Changelog: https://github.com/ranaroussi/yfinance/blob/0.2.31/CHANGELOG.rst
This commit is contained in:
parent
86bc806080
commit
29ec70a0f2
@ -9,6 +9,7 @@
|
||||
, multitasking
|
||||
, numpy
|
||||
, pandas
|
||||
, peewee
|
||||
, pythonOlder
|
||||
, requests
|
||||
, lxml
|
||||
@ -16,7 +17,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "yfinance";
|
||||
version = "0.2.28";
|
||||
version = "0.2.31";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@ -25,7 +26,7 @@ buildPythonPackage rec {
|
||||
owner = "ranaroussi";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-kTbQnpha4OHu5Xguo6v90uFpcXY1e8JJsJUo4ZbaCfk=";
|
||||
hash = "sha256-GXnMzIjRx5c3O7J0bPjcdDvEIqTGMe002wYx28FLI6U=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
@ -34,11 +35,12 @@ buildPythonPackage rec {
|
||||
cryptography
|
||||
frozendict
|
||||
html5lib
|
||||
lxml
|
||||
multitasking
|
||||
numpy
|
||||
pandas
|
||||
peewee
|
||||
requests
|
||||
lxml
|
||||
];
|
||||
|
||||
# Tests require internet access
|
||||
|
Loading…
Reference in New Issue
Block a user