rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.
commit 8df29dff26c5838e6574a50461b1af386ab572f6
Author: Ricardo Wurmus <[email protected]>
Date: Mon Aug 6 16:16:28 2018 +0200
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 f632a5d..a0236e4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6669,7 +6669,7 @@ GLib/GObject code.")
(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 "/"
@@ -6677,7 +6677,7 @@ GLib/GObject code.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1plkkack6s8b21gcmmly0lapgcjz53dmw2vixnn4rw4jxjwbdzaf"))))
+ "0xc8jrc44x2h24v28wv36k70k7bwxy6p2vsvxvvia1n3ay642fza"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)