sigil: 2.6.2 -> 2.7.0 (#466918)

This commit is contained in:
nixpkgs-ci[bot]
2025-12-02 02:10:29 +00:00
committed by GitHub
+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 ];