ispell: 3.4.04 -> 3.4.05

This commit is contained in:
R. Ryantm
2022-06-08 14:52:46 +02:00
committed by Jan Tojnar
parent b71b7090be
commit 4b273cb243
+2 -2
View File
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "ispell";
version = "3.4.04";
version = "3.4.05";
src = fetchurl {
url = "https://www.cs.hmc.edu/~geoff/tars/${pname}-${version}.tar.gz";
sha256 = "sha256-h7zW8FIdhaCjp4NCFZVtdOvEkxRMx8eR+HvmhyzP4T4=";
sha256 = "sha256-zwxt7eP9JfraQ3XYasr+WDy5bY/lRt50apLrtt+JVgI=";
};
buildInputs = [ bison ncurses ];