sigil: 2.4.2 -> 2.5.1 (#413151)

This commit is contained in:
Matthias Beyer
2025-06-02 09:08:03 +02:00
committed by GitHub
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "sigil";
version = "2.4.2";
version = "2.5.1";
src = fetchFromGitHub {
repo = "Sigil";
owner = "Sigil-Ebook";
tag = version;
hash = "sha256-/lnSNamLkPLG8tn0w8F0zFyypMUXyMhgxA2WyQFegKw=";
hash = "sha256-1Z+OosEZJEHiUz+62wYuNeAyQXARh14WAtqBVjq1FZw=";
};
pythonPath = with python3Packages; [ lxml ];