From c3d6a191472f22fd7d3a70d597867f231ba0a129 Mon Sep 17 00:00:00 2001 From: Sefa Eyeoglu Date: Mon, 6 Jan 2025 08:49:26 +0100 Subject: [PATCH] python312Packages.comicon: 1.3.0 -> 1.4.0 Signed-off-by: Sefa Eyeoglu --- .../python-modules/comicon/default.nix | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/pkgs/development/python-modules/comicon/default.nix b/pkgs/development/python-modules/comicon/default.nix index d57701eb250d..23f09def1162 100644 --- a/pkgs/development/python-modules/comicon/default.nix +++ b/pkgs/development/python-modules/comicon/default.nix @@ -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 = [