nhentai: Bump urllib3 dependency

This commit is contained in:
DashieTM
2025-11-16 14:56:36 +01:00
parent 986043f3a2
commit 3348120410

View File

@@ -17,14 +17,6 @@ let
hash = "sha256-MoEee4He7iBj6m0ulPiBmobR84EeSdI2I6QfqDK+8D8="; hash = "sha256-MoEee4He7iBj6m0ulPiBmobR84EeSdI2I6QfqDK+8D8=";
}; };
}); });
urllib3 = super.urllib3.overridePythonAttrs (old: rec {
version = "1.26.20";
src = fetchPypi {
pname = "urllib3";
inherit version;
hash = "sha256-QMLcDGgeR+uPkOfie/b/ffLmd0If1GdW2hFhw5ynDTI=";
};
});
}; };
in in
python3.override { python3.override {
@@ -64,6 +56,10 @@ python.pkgs.buildPythonApplication rec {
chardet chardet
]; ];
pythonRelaxDeps = [
"urllib3"
];
meta = { meta = {
homepage = "https://github.com/RicterZ/nhentai"; homepage = "https://github.com/RicterZ/nhentai";
description = "CLI tool for downloading doujinshi from adult site(s)"; description = "CLI tool for downloading doujinshi from adult site(s)";