aboutsummaryrefslogtreecommitdiff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-12-04 23:25:35 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-12-04 23:25:35 +0000
commit656f8d9831bd3154292904af584c7615c6150fec (patch)
tree57c71d3ac725899f6335e8dfb2cceb9709611f09 /pkgs
parentb66ea6fc39acc588ecc8ccb1409995f2444862df (diff)
sigil: 1.4.2 -> 1.4.3
Diffstat (limited to 'pkgs')
-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 fc87e98488b2..18437f5ff49e 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.4.2";
+ version = "1.4.3";
src = fetchFromGitHub {
repo = "Sigil";
owner = "Sigil-Ebook";
rev = version;
- sha256 = "1vn444ax5af1gbhkm9lz46jc7zi4grf16cb4wqyb6hvgj2gbl0iw";
+ sha256 = "1hk8kmhvkwfimbxzhwbnb8qdpf4n36cdzl9wfvi574i9pps36hnz";
};
pythonPath = with python3Packages; [ lxml ];