sigil: 2.5.2 -> 2.6.0

This commit is contained in:
Sizhe Zhao
2025-07-20 14:43:14 +08:00
parent 1f9fe92184
commit 3f9ae4be8e

View File

@@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "sigil";
version = "2.5.2";
version = "2.6.0";
src = fetchFromGitHub {
repo = "Sigil";
owner = "Sigil-Ebook";
tag = version;
hash = "sha256-nMPBkAAah4qbatvtfkCJqdo6BVL0NuxFZEHhSiB4uXY=";
hash = "sha256-orOuY+gCh7X24jfnGgCbqRWDbtQqrlopYx9sWN2VawA=";
};
pythonPath = with python3Packages; [ lxml ];