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

sigil: 1.9.20 -> 1.9.30
This commit is contained in:
Weijia Wang 2023-03-17 18:31:15 +02:00 committed by GitHub
commit 4d5f2da3bf
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.20";
version = "1.9.30";
src = fetchFromGitHub {
repo = "Sigil";
owner = "Sigil-Ebook";
rev = version;
sha256 = "sha256-rpJ+HBYmGuhxnZbJn59mc+IokBc5834X2uyriIGnsqA=";
sha256 = "sha256-07JK3xHpNDs6CU8je8PNyTugNBi2mQ7G109R3JX4eyg=";
};
pythonPath = with python3Packages; [ lxml ];