summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-03-12 22:10:02 +0000
committerehmry <ehmry@posteo.net>2022-03-13 16:59:52 +0000
commit7db19e78ff8a87ff316fa8f8b1724101740ac78a (patch)
tree60c9e23eeb9124685c1ad11c677f15528f3b4683 /pkgs/applications/editors
parent3148b3d3653902486d93740c93d3f4320c883c73 (diff)
downloadnixpkgs-7db19e78ff8a87ff316fa8f8b1724101740ac78a.tar
nixpkgs-7db19e78ff8a87ff316fa8f8b1724101740ac78a.tar.gz
nixpkgs-7db19e78ff8a87ff316fa8f8b1724101740ac78a.tar.bz2
nixpkgs-7db19e78ff8a87ff316fa8f8b1724101740ac78a.tar.lz
nixpkgs-7db19e78ff8a87ff316fa8f8b1724101740ac78a.tar.xz
nixpkgs-7db19e78ff8a87ff316fa8f8b1724101740ac78a.tar.zst
nixpkgs-7db19e78ff8a87ff316fa8f8b1724101740ac78a.zip
sigil: 1.9.1 -> 1.9.2
Diffstat (limited to 'pkgs/applications/editors')
-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 0da5a2c2550..b93fbd6110f 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.9.1";
+  version = "1.9.2";
 
   src = fetchFromGitHub {
     repo = "Sigil";
     owner = "Sigil-Ebook";
     rev = version;
-    sha256 = "sha256-PsHliyJu61QFTFZUgDtxguu18GBVTOGMW6pPYjHhvG0=";
+    sha256 = "sha256-LfP3qUzoHuYSpkTz1queVGTWOP9v9kbgbgvvtiMK6Eo=";
   };
 
   pythonPath = with python3Packages; [ lxml ];