mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 21:25:30 +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 {
|
||||
pname = "yfinance";
|
||||
version = "0.2.54";
|
||||
version = "0.2.55";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
@ -32,7 +32,7 @@ buildPythonPackage rec {
|
|||
owner = "ranaroussi";
|
||||
repo = "yfinance";
|
||||
tag = version;
|
||||
hash = "sha256-Jdp1X62cPalAHRGU4nsQEZGSicbZsZnYjW1idYX13tA=";
|
||||
hash = "sha256-F/FUdPVtgs6aQt5jzf+UCZf/CXBZtgDXATvr+qlKjpU=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue