python3Packages.finvizfinance: 1.1.0 -> 1.1.1

R. Ryantm 24e1306d 9d5a7b5a

+3 -3
+3 -3
pkgs/development/python-modules/finvizfinance/default.nix
··· 15 16 buildPythonPackage rec { 17 pname = "finvizfinance"; 18 - version = "1.1.0"; 19 pyproject = true; 20 21 disabled = pythonOlder "3.5"; ··· 24 owner = "lit26"; 25 repo = "finvizfinance"; 26 tag = "v${version}"; 27 - hash = "sha256-HCxq8jCT3aHOXeYue7KP5sYzO6nJnB9Sy8gKGZpZHbc="; 28 }; 29 30 build-system = [ setuptools ]; ··· 60 meta = with lib; { 61 description = "Finviz Finance information downloader"; 62 homepage = "https://github.com/lit26/finvizfinance"; 63 - changelog = "https://github.com/lit26/finvizfinance/releases/tag/v${version}"; 64 license = licenses.mit; 65 maintainers = with maintainers; [ icyrockcom ]; 66 };
··· 15 16 buildPythonPackage rec { 17 pname = "finvizfinance"; 18 + version = "1.1.1"; 19 pyproject = true; 20 21 disabled = pythonOlder "3.5"; ··· 24 owner = "lit26"; 25 repo = "finvizfinance"; 26 tag = "v${version}"; 27 + hash = "sha256-QVR0ig51EHdMVzg6wBDpvMGjPnmO2ZGBs2Q0SVxauik="; 28 }; 29 30 build-system = [ setuptools ]; ··· 60 meta = with lib; { 61 description = "Finviz Finance information downloader"; 62 homepage = "https://github.com/lit26/finvizfinance"; 63 + changelog = "https://github.com/lit26/finvizfinance/releases/tag/${src.tag}"; 64 license = licenses.mit; 65 maintainers = with maintainers; [ icyrockcom ]; 66 };