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

sigil: 1.7.0 -> 1.8.0
This commit is contained in:
Bobby Rong 2021-12-19 13:59:04 +08:00 committed by GitHub
commit 8735a53980
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.7.0";
version = "1.8.0";
src = fetchFromGitHub {
repo = "Sigil";
owner = "Sigil-Ebook";
rev = version;
sha256 = "sha256-a1gstR7qHbzQ3GZ0g/lxUxcHeZ5QgJIvhCV37tqlVfA=";
sha256 = "sha256-luX4/KERB4GwpID7zVnd6F/mN8SHTy9zmqSUzJ1CYPk=";
};
pythonPath = with python3Packages; [ lxml ];