summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/sigil
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2020-11-23 23:22:58 +0100
committerGitHub <noreply@github.com>2020-11-23 23:22:58 +0100
commit6861bc093f6654c89572f7adf71e7b5d7f7ad308 (patch)
tree96920dadeef957817b18723a32756e900d920d79 /pkgs/applications/editors/sigil
parent56fc158242a15ae6e3af1021552c5464817c6db1 (diff)
parent50ac9db524979e18c06e2ba3c421dee17592c2c1 (diff)
Merge pull request #103924 from r-ryantm/auto-update/sigil
sigil: 1.3.0 -> 1.4.0
Diffstat (limited to 'pkgs/applications/editors/sigil')
-rw-r--r--pkgs/applications/editors/sigil/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/sigil/default.nix b/pkgs/applications/editors/sigil/default.nix
index eb026f6dca3a..a99659c7669e 100644
--- a/pkgs/applications/editors/sigil/default.nix
+++ b/pkgs/applications/editors/sigil/default.nix
@@ -6,13 +6,13 @@
mkDerivation rec {
pname = "sigil";
- version = "1.3.0";
+ version = "1.4.0";
src = fetchFromGitHub {
repo = "Sigil";
owner = "Sigil-Ebook";
rev = version;
- sha256 = "02bkyi9xpaxdcivm075y3praxgvfay9z0189gvr6g8yc3ml1miyr";
+ sha256 = "1vywybnx2zy75mkx647fhq4xvh5k64b33w69hdjw2v7jz27h4sab";
};
pythonPath = with python3Packages; [ lxml ];