mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 21:04:30 +00:00
python310Packages.yfinance: 0.1.91 -> 0.1.92
Diff: https://github.com/ranaroussi/yfinance/compare/refs/tags/0.1.91...0.1.92 Changelog: https://github.com/ranaroussi/yfinance/blob/0.1.92/CHANGELOG.rst
This commit is contained in:
parent
89dc2434b4
commit
3f74b2b67e
@ -13,7 +13,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "yfinance";
|
||||
version = "0.1.91";
|
||||
version = "0.1.92";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
||||
owner = "ranaroussi";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-/jNqd/cYtcapzAafIFoLqxCYcxrnmGuqtuquPowNtlM=";
|
||||
hash = "sha256-8KrfWdwTcxXMB+D5fmXMjw8pmAR1m+pguFIwSRNKtLU=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user