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

sigil: 1.4.2 -> 1.4.3
This commit is contained in:
Sandro 2020-12-05 10:57:21 +01:00 committed by GitHub
commit 0c36370058
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
mkDerivation rec {
pname = "sigil";
version = "1.4.2";
version = "1.4.3";
src = fetchFromGitHub {
repo = "Sigil";
owner = "Sigil-Ebook";
rev = version;
sha256 = "1vn444ax5af1gbhkm9lz46jc7zi4grf16cb4wqyb6hvgj2gbl0iw";
sha256 = "1hk8kmhvkwfimbxzhwbnb8qdpf4n36cdzl9wfvi574i9pps36hnz";
};
pythonPath = with python3Packages; [ lxml ];