python312Packages.comicon: 1.3.0 -> 1.4.0

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>

+2 -14
+2 -14
pkgs/development/python-modules/comicon/default.nix
··· 2 2 lib, 3 3 buildPythonPackage, 4 4 fetchFromGitHub, 5 - fetchpatch2, 6 5 poetry-core, 7 6 pythonOlder, 8 7 ebooklib, ··· 14 13 15 14 buildPythonPackage rec { 16 15 pname = "comicon"; 17 - version = "1.3.0"; 16 + version = "1.4.0"; 18 17 pyproject = true; 19 18 disabled = pythonOlder "3.10"; 20 19 ··· 22 21 owner = "potatoeggy"; 23 22 repo = "comicon"; 24 23 tag = "v${version}"; 25 - hash = "sha256-0AGCTnStyBVL7DVkrUFyD60xnuuO1dcl+Twdyy+uq1Y="; 24 + hash = "sha256-jZ/ZhSFg0ZPTYI10s8Cn1s9UZRFFnuLjS96lnUFVekQ="; 26 25 }; 27 26 28 - patches = [ 29 - # Upstream forgot to bump the version before tagging 30 - # See https://github.com/potatoeggy/comicon/commit/d698f0f03b1a391f988176885686e9fca135676e 31 - (fetchpatch2 { 32 - name = "comicon-version-bump.patch"; 33 - url = "https://github.com/potatoeggy/comicon/commit/d698f0f03b1a391f988176885686e9fca135676e.diff"; 34 - hash = "sha256-ZHltw4OSYuHF8mH0kBZDsuozPy08Bm7nme+XSwfGNn8="; 35 - }) 36 - ]; 37 - 38 27 nativeBuildInputs = [ 39 28 poetry-core 40 29 ]; 41 30 42 31 pythonRelaxDeps = [ 43 32 "pillow" 44 - "pypdf" 45 33 ]; 46 34 47 35 propagatedBuildInputs = [