about summary refs log tree commit diff
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-10-31 18:23:03 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-10-31 18:23:03 +0000
commit7fc83ba07f5f27afa9c26f1fc409ac38a6dff9e7 (patch)
tree094e8836512cea47a0e9930c6c8bed81c800d89d /pkgs/tools/text
parent2a3e5c787282bad03fe143e20021dbc1613e5476 (diff)
downloadnixlib-7fc83ba07f5f27afa9c26f1fc409ac38a6dff9e7.tar
nixlib-7fc83ba07f5f27afa9c26f1fc409ac38a6dff9e7.tar.gz
nixlib-7fc83ba07f5f27afa9c26f1fc409ac38a6dff9e7.tar.bz2
nixlib-7fc83ba07f5f27afa9c26f1fc409ac38a6dff9e7.tar.lz
nixlib-7fc83ba07f5f27afa9c26f1fc409ac38a6dff9e7.tar.xz
nixlib-7fc83ba07f5f27afa9c26f1fc409ac38a6dff9e7.tar.zst
nixlib-7fc83ba07f5f27afa9c26f1fc409ac38a6dff9e7.zip
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 ];