sigil: 2.6.2 -> 2.7.0

This commit is contained in:
R. Ryantm
2025-12-01 19:04:25 +00:00
parent 8c29968b3a
commit 8013a4bdcc
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "sigil";
version = "2.6.2";
version = "2.7.0";
src = fetchFromGitHub {
repo = "Sigil";
owner = "Sigil-Ebook";
tag = version;
hash = "sha256-3+ODd0/kkXfAchsErLjy6FDHoyVP9VyxbINKMn3N/PM=";
hash = "sha256-cKnWAVLScPZYNAFOiXaoHSXMl3YNOh6zmEryILaOR4w=";
};
pythonPath = with python3Packages; [ lxml ];