nhentai: 0.4.16 -> 0.5.3

This commit is contained in:
3JlOy_PYCCKUI 2023-07-21 19:53:13 +03:00
parent ebf4e87429
commit 396c219fec

View File

@ -1,13 +1,21 @@
{ lib, python3Packages, fetchPypi }: { lib
, python3Packages
, fetchFromGitHub
}:
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "nhentai"; pname = "nhentai";
version = "0.4.16"; version = "0.5.3";
src = fetchPypi { src = fetchFromGitHub {
inherit pname version; owner = "RicterZ";
sha256 = "sha256-2lzrQqUx3lPM+OAUO/SwT+fAuG7kWmUnTACNUiP7d1M="; repo = pname;
rev = version;
hash = "sha256-SjWIctAyczjYGP4buXQBA/RcrdikMSuSBtfhORNmXMc=";
}; };
# tests require a network connection
doCheck = false;
propagatedBuildInputs = with python3Packages; [ propagatedBuildInputs = with python3Packages; [
requests requests
iso8601 iso8601