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 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 - fetchpatch2, 6 poetry-core, 7 pythonOlder, 8 ebooklib, ··· 14 15 buildPythonPackage rec { 16 pname = "comicon"; 17 - version = "1.3.0"; 18 pyproject = true; 19 disabled = pythonOlder "3.10"; 20 ··· 22 owner = "potatoeggy"; 23 repo = "comicon"; 24 tag = "v${version}"; 25 - hash = "sha256-0AGCTnStyBVL7DVkrUFyD60xnuuO1dcl+Twdyy+uq1Y="; 26 }; 27 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 nativeBuildInputs = [ 39 poetry-core 40 ]; 41 42 pythonRelaxDeps = [ 43 "pillow" 44 - "pypdf" 45 ]; 46 47 propagatedBuildInputs = [
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 poetry-core, 6 pythonOlder, 7 ebooklib, ··· 13 14 buildPythonPackage rec { 15 pname = "comicon"; 16 + version = "1.4.0"; 17 pyproject = true; 18 disabled = pythonOlder "3.10"; 19 ··· 21 owner = "potatoeggy"; 22 repo = "comicon"; 23 tag = "v${version}"; 24 + hash = "sha256-jZ/ZhSFg0ZPTYI10s8Cn1s9UZRFFnuLjS96lnUFVekQ="; 25 }; 26 27 nativeBuildInputs = [ 28 poetry-core 29 ]; 30 31 pythonRelaxDeps = [ 32 "pillow" 33 ]; 34 35 propagatedBuildInputs = [