sigil: 1.9.0 -> 1.9.1

This commit is contained in:
R. Ryantm 2022-03-06 17:03:44 +00:00 committed by ehmry
parent e091b04977
commit f22969e855

View File

@ -6,13 +6,13 @@
mkDerivation rec {
pname = "sigil";
version = "1.9.0";
version = "1.9.1";
src = fetchFromGitHub {
repo = "Sigil";
owner = "Sigil-Ebook";
rev = version;
sha256 = "sha256-3rECGnb0kkQwzsMxLxgAp0QEoHFHv+qCjiCgzCZeUJw=";
sha256 = "sha256-PsHliyJu61QFTFZUgDtxguu18GBVTOGMW6pPYjHhvG0=";
};
pythonPath = with python3Packages; [ lxml ];