sigil: 1.9.10 -> 1.9.20

This commit is contained in:
R. Ryantm 2022-12-23 06:12:07 +00:00
parent b10a520017
commit 5659f17812

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