Merge pull request #244690 from 3JlOy-PYCCKUi/nhentai
nhentai: 0.4.16 -> 0.5.3
This commit is contained in:
commit
90ee47bc14
1 changed files with 13 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue