about summary refs log tree commit diff
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-11-01 13:19:23 -0500
committerGitHub <noreply@github.com>2023-11-01 13:19:23 -0500
commit4eaaa6e3b71b238639042c31d29a594c82313a15 (patch)
treeaa85f95b3a9ce8660fb147ca7b31ea7c8fc58a54 /pkgs/tools/text
parent9bbd553359357882667ba1f0c14794be65032b3d (diff)
parent7fc83ba07f5f27afa9c26f1fc409ac38a6dff9e7 (diff)
downloadnixlib-4eaaa6e3b71b238639042c31d29a594c82313a15.tar
nixlib-4eaaa6e3b71b238639042c31d29a594c82313a15.tar.gz
nixlib-4eaaa6e3b71b238639042c31d29a594c82313a15.tar.bz2
nixlib-4eaaa6e3b71b238639042c31d29a594c82313a15.tar.lz
nixlib-4eaaa6e3b71b238639042c31d29a594c82313a15.tar.xz
nixlib-4eaaa6e3b71b238639042c31d29a594c82313a15.tar.zst
nixlib-4eaaa6e3b71b238639042c31d29a594c82313a15.zip
Merge pull request #264648 from r-ryantm/auto-update/ispell
ispell: 3.4.05 -> 3.4.06
Diffstat (limited to 'pkgs/tools/text')
-rw-r--r--pkgs/tools/text/ispell/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/ispell/default.nix b/pkgs/tools/text/ispell/default.nix
index 6a004253a4f0..2f7b25d5fa25 100644
--- a/pkgs/tools/text/ispell/default.nix
+++ b/pkgs/tools/text/ispell/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "ispell";
-  version = "3.4.05";
+  version = "3.4.06";
 
   src = fetchurl {
     url = "https://www.cs.hmc.edu/~geoff/tars/${pname}-${version}.tar.gz";
-    sha256 = "sha256-zwxt7eP9JfraQ3XYasr+WDy5bY/lRt50apLrtt+JVgI=";
+    sha256 = "sha256-F8kWM9TIB1rMUDFjoWRj/FSrHHRTKArTnNPbdceD66Y=";
   };
 
   buildInputs = [ bison ncurses ];