gspell: 1.14.0 → 1.14.2

https://gitlab.gnome.org/GNOME/gspell/-/compare/1.14.0...1.14.2
This commit is contained in:
Bobby Rong
2025-12-29 23:36:35 +08:00
parent a36964ecc9
commit c597639785
+2 -2
View File
@@ -19,7 +19,7 @@
stdenv.mkDerivation rec {
pname = "gspell";
version = "1.14.0";
version = "1.14.2";
outputs = [
"out"
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "ZOodjp7cHCW0WpIOgNr2dVnRhm/81/hDL+z+ptD+iJc=";
sha256 = "TsflrMyQEygbrNa7wAAGvnM4GLgbo/4zLB6HbH4eFHc=";
};
nativeBuildInputs = [