Merge pull request #264648 from r-ryantm/auto-update/ispell

ispell: 3.4.05 -> 3.4.06
This commit is contained in:
Mario Rodas 2023-11-01 13:19:23 -05:00 committed by GitHub
commit 4eaaa6e3b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];