sigil: 1.9.20 -> 1.9.30

This commit is contained in:
R. Ryantm 2023-03-17 03:52:37 +00:00
parent 6c9e170804
commit 8cddbf8318

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