mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-16 14:39:23 +03:00
python313Packages.yfinance: 0.2.54 -> 0.2.55
Diff: https://github.com/ranaroussi/yfinance/compare/refs/tags/0.2.54...0.2.55 Changelog: https://github.com/ranaroussi/yfinance/blob/0.2.55/CHANGELOG.rst
This commit is contained in:
parent
3c88a11c5b
commit
140f2af47b
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "yfinance";
|
pname = "yfinance";
|
||||||
version = "0.2.54";
|
version = "0.2.55";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
@ -32,7 +32,7 @@ buildPythonPackage rec {
|
||||||
owner = "ranaroussi";
|
owner = "ranaroussi";
|
||||||
repo = "yfinance";
|
repo = "yfinance";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-Jdp1X62cPalAHRGU4nsQEZGSicbZsZnYjW1idYX13tA=";
|
hash = "sha256-F/FUdPVtgs6aQt5jzf+UCZf/CXBZtgDXATvr+qlKjpU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue