From 7a08744bca3396271da50498b327dc8ecccd3954 Mon Sep 17 00:00:00 2001 From: Andy Tai Date: Thu, 15 Jun 2023 10:35:09 -0700 Subject: gnu: libmatekbd: Update to 1.26.1. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/mate.scm (libmatekbd): Update to 1.26.1. Signed-off-by: 宋文武 --- gnu/packages/mate.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm index 854f205489..41f9c338c9 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.24.1") + (version "1.26.1") (source (origin (method url-fetch) (uri (string-append "mirror://mate/" (version-major+minor version) "/" "libmatekbd-" version ".tar.xz")) (sha256 - (base32 "17mcxfkvl14p04id3n5kbhpjwjq00c8wmbyciyy2hm7kwdln6zx8")))) + (base32 "1vdwjyryv1f12yx6np4nrl13vn0v4g8p90zxi3mfwi994n8qv4v3")))) (build-system glib-or-gtk-build-system) (native-inputs (list pkg-config intltool gobject-introspection)) -- cgit 1.4.1