Merge pull request #207384 from r-ryantm/auto-update/sigil

sigil: 1.9.10 -> 1.9.20
This commit is contained in:
Weijia Wang 2023-01-23 15:01:35 +01:00 committed by GitHub
commit d783871afb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
mkDerivation rec {
pname = "sigil";
version = "1.9.10";
version = "1.9.20";
src = fetchFromGitHub {
repo = "Sigil";
owner = "Sigil-Ebook";
rev = version;
sha256 = "sha256-FWUrhTTV1TCoBhitopQc469I7SRy4UDKdRLifVKhCCg=";
sha256 = "sha256-rpJ+HBYmGuhxnZbJn59mc+IokBc5834X2uyriIGnsqA=";
};
pythonPath = with python3Packages; [ lxml ];