From 0fdf74088d554d1743e8eb9ed03d188c3a3fc20b Mon Sep 17 00:00:00 2001 From: Andy Tai Date: Thu, 11 Jul 2024 00:57:39 -0700 Subject: gnu: libmatekbd: update to 1.28.0. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/mate.scm (libmatekbd): Update to 1.28.0. Change-Id: I2a077abc25e499a4e07058164b83bb318e8185ec Signed-off-by: 宋文武 --- gnu/packages/mate.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm index fe1ce1ec5d..bf187e2b6e 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -439,14 +439,14 @@ sound systems.") (define-public libmatekbd (package (name "libmatekbd") - (version "1.26.1") + (version "1.28.0") (source (origin (method url-fetch) (uri (string-append "mirror://mate/" (version-major+minor version) "/" "libmatekbd-" version ".tar.xz")) (sha256 - (base32 "1vdwjyryv1f12yx6np4nrl13vn0v4g8p90zxi3mfwi994n8qv4v3")))) + (base32 "03p8dx7n0fi77qdh1r6pi40wqa0ap7w8hk6j0csx68rb7i45hbjx")))) (build-system glib-or-gtk-build-system) (native-inputs (list pkg-config intltool gobject-introspection)) -- cgit v1.2.3