gspell: 1.14.2 -> 1.14.3 (#503184)

This commit is contained in:
Jan Tojnar
2026-03-24 22:43:27 +00:00
committed by GitHub
+2 -2
View File
@@ -19,7 +19,7 @@
stdenv.mkDerivation rec {
pname = "gspell";
version = "1.14.2";
version = "1.14.3";
outputs = [
"out"
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://gnome/sources/gspell/${lib.versions.majorMinor version}/gspell-${version}.tar.xz";
sha256 = "TsflrMyQEygbrNa7wAAGvnM4GLgbo/4zLB6HbH4eFHc=";
hash = "sha256-6LOcZ1VvdUlTYpUvgcokG1o8F8dZYLd/yT+nAsYSpaQ=";
};
nativeBuildInputs = [