nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #249070 from fabaff/yfinance-bump

python311Packages.yfinance: 0.2.27 -> 0.2.28

authored by

Fabian Affolter and committed by
GitHub
afde5d87 d19eed4c

+2 -2
+2 -2
pkgs/development/python-modules/yfinance/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "yfinance"; 19 - version = "0.2.27"; 19 + version = "0.2.28"; 20 20 format = "setuptools"; 21 21 22 22 disabled = pythonOlder "3.7"; ··· 25 25 owner = "ranaroussi"; 26 26 repo = pname; 27 27 rev = "refs/tags/${version}"; 28 - hash = "sha256-hsSu2EnkCb/IUoLsW0HZHI4wtOUSdjRU8MmHGRuiY+g="; 28 + hash = "sha256-kTbQnpha4OHu5Xguo6v90uFpcXY1e8JJsJUo4ZbaCfk="; 29 29 }; 30 30 31 31 propagatedBuildInputs = [