Skip to content

Commit

Permalink
fanficfare: 4.25.0 -> 4.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WWeapn committed Nov 27, 2023
1 parent 5c41de4 commit 4e45670
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions pkgs/tools/text/fanficfare/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,28 @@

python3Packages.buildPythonApplication rec {
pname = "FanFicFare";
version = "4.25.0";
version = "4.29.0";
pyproject = true;

src = fetchPypi {
inherit pname version;
hash = "sha256-ky6N/AcfoXJahW7tw++WtnpTnpRv4ZUraMTWjVXDjEE=";
hash = "sha256-dfPb/PWguUIUAR3EdriPygs5sozc69WZmN9bcqrNPFM=";
};

nativeBuildInputs = with python3Packages; [
setuptools
];

propagatedBuildInputs = with python3Packages; [
beautifulsoup4
brotli
chardet
cloudscraper
html5lib
html2text
requests
requests-file
urllib3
];

doCheck = false; # no tests exist
Expand Down

0 comments on commit 4e45670

Please sign in to comment.