aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndy Tai <atai@atai.org>2024-07-11 00:57:39 -0700
committer宋文武 <iyzsong@member.fsf.org>2024-08-10 18:10:15 +0800
commit0fdf74088d554d1743e8eb9ed03d188c3a3fc20b (patch)
tree728be233b8ca734996840f9dff6931029a80fbb5 /gnu
parent4a7a6aabe7ce8879590c5ca1afea9cfa784d31be (diff)
downloadguix-0fdf74088d554d1743e8eb9ed03d188c3a3fc20b.tar.gz
guix-0fdf74088d554d1743e8eb9ed03d188c3a3fc20b.zip
gnu: libmatekbd: update to 1.28.0.
* gnu/packages/mate.scm (libmatekbd): Update to 1.28.0. Change-Id: I2a077abc25e499a4e07058164b83bb318e8185ec Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/mate.scm4
1 files changed, 2 insertions, 2 deletions
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))