python312Packages.comicon: 1.3.0 -> 1.4.0

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu
2025-01-19 13:53:42 +01:00
parent 84ed163a93
commit c3d6a19147
@@ -2,7 +2,6 @@
lib,
buildPythonPackage,
fetchFromGitHub,
fetchpatch2,
poetry-core,
pythonOlder,
ebooklib,
@@ -14,7 +13,7 @@
buildPythonPackage rec {
pname = "comicon";
version = "1.3.0";
version = "1.4.0";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -22,26 +21,15 @@ buildPythonPackage rec {
owner = "potatoeggy";
repo = "comicon";
tag = "v${version}";
hash = "sha256-0AGCTnStyBVL7DVkrUFyD60xnuuO1dcl+Twdyy+uq1Y=";
hash = "sha256-jZ/ZhSFg0ZPTYI10s8Cn1s9UZRFFnuLjS96lnUFVekQ=";
};
patches = [
# Upstream forgot to bump the version before tagging
# See https://github.com/potatoeggy/comicon/commit/d698f0f03b1a391f988176885686e9fca135676e
(fetchpatch2 {
name = "comicon-version-bump.patch";
url = "https://github.com/potatoeggy/comicon/commit/d698f0f03b1a391f988176885686e9fca135676e.diff";
hash = "sha256-ZHltw4OSYuHF8mH0kBZDsuozPy08Bm7nme+XSwfGNn8=";
})
];
nativeBuildInputs = [
poetry-core
];
pythonRelaxDeps = [
"pillow"
"pypdf"
];
propagatedBuildInputs = [