python312Packages.comicon: 1.2.1 -> 1.3.0
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
fetchpatch2,
|
||||
poetry-core,
|
||||
pythonOlder,
|
||||
ebooklib,
|
||||
@@ -13,7 +14,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "comicon";
|
||||
version = "1.2.1";
|
||||
version = "1.3.0";
|
||||
pyproject = true;
|
||||
disabled = pythonOlder "3.10";
|
||||
|
||||
@@ -21,9 +22,19 @@ buildPythonPackage rec {
|
||||
owner = "potatoeggy";
|
||||
repo = "comicon";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-FvAgcpYvUTTE24jJB2ZxSNcNjAIyUBa3BaysjWXurtg=";
|
||||
hash = "sha256-0AGCTnStyBVL7DVkrUFyD60xnuuO1dcl+Twdyy+uq1Y=";
|
||||
};
|
||||
|
||||
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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user