From 4a3f6e02a1d427dc612abe80285d89c4164002eb Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 6 Aug 2018 16:16:28 +0200 Subject: [PATCH] gnu: libgnomekbd: Update to 3.26.0. * gnu/packages/gnome.scm (libgnomekbd): Update to 3.26.0. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 196048eac5..58f6359382 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6817,7 +6817,7 @@ (define-public gfbgraph (define-public libgnomekbd (package (name "libgnomekbd") - (version "3.22.0.1") + (version "3.26.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -6825,7 +6825,7 @@ (define-public libgnomekbd name "-" version ".tar.xz")) (sha256 (base32 - "1plkkack6s8b21gcmmly0lapgcjz53dmw2vixnn4rw4jxjwbdzaf")))) + "0xc8jrc44x2h24v28wv36k70k7bwxy6p2vsvxvvia1n3ay642fza")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config)