python3Packages.yfinance: 0.1.59 -> 0.1.61

Changed files
+2 -2
pkgs
development
python-modules
yfinance
+2 -2
pkgs/development/python-modules/yfinance/default.nix
···
buildPythonPackage rec {
pname = "yfinance";
-
version = "0.1.59";
+
version = "0.1.61";
# GitHub source releases aren't tagged
src = fetchPypi {
inherit pname version;
-
sha256 = "fe4dc46807eceadc6604bf51ece7297b752dc5402a38a87385094fbfc7565fa0";
+
sha256 = "sha256-+tc0rwweGFaBkrl7LBHdsff98PuupqovKh4nRP3hRJ0=";
};
propagatedBuildInputs = [