fanficfare: 3.21.0 -> 4.8.0

Chua Hou ace7e8a4 dad7a0fd

+4 -2
+4 -2
pkgs/tools/text/fanficfare/default.nix
··· 2 3 python3Packages.buildPythonApplication rec { 4 pname = "FanFicFare"; 5 - version = "3.21.0"; 6 7 src = python3Packages.fetchPypi { 8 inherit pname version; 9 - sha256 = "16hklfbww6ibmjr32gg98nlnzl4dwanz6lm3fzg2x3vd7d54m92c"; 10 }; 11 12 propagatedBuildInputs = with python3Packages; [ 13 beautifulsoup4 14 chardet 15 html5lib 16 html2text 17 ]; 18 19 doCheck = false; # no tests exist
··· 2 3 python3Packages.buildPythonApplication rec { 4 pname = "FanFicFare"; 5 + version = "4.8.0"; 6 7 src = python3Packages.fetchPypi { 8 inherit pname version; 9 + sha256 = "0h20cw9z6k3z42fhl48pfxcqrk3i45zp4f4xm6pz7jqjzi17h9fk"; 10 }; 11 12 propagatedBuildInputs = with python3Packages; [ 13 beautifulsoup4 14 chardet 15 + cloudscraper 16 html5lib 17 html2text 18 + requests-file 19 ]; 20 21 doCheck = false; # no tests exist