fanficfare: 4.25.0 -> 4.29.0
This commit is contained in:
parent
5c41de4aa3
commit
4e45670630
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user