python3Packages.comicon: 1.0.1 -> 1.1.0
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
@@ -8,11 +8,12 @@
|
||||
, lxml
|
||||
, pillow
|
||||
, pypdf
|
||||
, python-slugify
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "comicon";
|
||||
version = "1.0.1";
|
||||
version = "1.1.0";
|
||||
pyproject = true;
|
||||
disabled = pythonOlder "3.10";
|
||||
|
||||
@@ -20,7 +21,7 @@ buildPythonPackage rec {
|
||||
owner = "potatoeggy";
|
||||
repo = "comicon";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-e9YEr8IwttMlj6FOxk+/kw79qiF1N8/e2qusfw3WH00=";
|
||||
hash = "sha256-VP4n2pWXHge2gJ67O2nErJ30gI0vaAMn0VOpX8sLkfs=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -37,6 +38,7 @@ buildPythonPackage rec {
|
||||
lxml
|
||||
pillow
|
||||
pypdf
|
||||
python-slugify
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "comicon" ];
|
||||
|
||||
Reference in New Issue
Block a user