nhentai: Bump urllib3 dependency (#462239)

This commit is contained in:
Silvan Mosberger
2025-11-16 15:12:41 +00:00
committed by GitHub
+4 -8
View File
@@ -17,14 +17,6 @@ let
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
python3.override {
@@ -64,6 +56,10 @@ python.pkgs.buildPythonApplication rec {
chardet
];
pythonRelaxDeps = [
"urllib3"
];
meta = {
homepage = "https://github.com/RicterZ/nhentai";
description = "CLI tool for downloading doujinshi from adult site(s)";