guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#64084] [PATCH 08/29] gnu: libmatekbd: Update to 1.26.1


From: Andy Tai
Subject: [bug#64084] [PATCH 08/29] gnu: libmatekbd: Update to 1.26.1
Date: Thu, 15 Jun 2023 10:35:09 -0700

* gnu/packages/mate.scm (libmatekbd:): Update to 1.26.1
---
 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 508efd63f4..95f0880b9a 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -436,14 +436,14 @@ (define-public libmatemixer
 (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))
-- 
2.40.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]