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
commit e98f9de2c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 ];