mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-17 18:34:38 +00:00
python3Packages.finvizfinance: 0.14.5 -> 0.14.6
This commit is contained in:
parent
b9b9f0d5f0
commit
44be94515b
@ -13,7 +13,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "finvizfinance";
|
||||
version = "0.14.5";
|
||||
version = "0.14.6";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.5";
|
||||
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
||||
owner = "lit26";
|
||||
repo = "finvizfinance";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-yhOa/CS+9UdI+TVMObBsOqIp9XggMJvNjteSMa5DJcM=";
|
||||
hash = "sha256-YRdOj0n2AUGRicQCENoXWad5MnRyTqQFxqisTFnClac=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user