mhw pushed a commit to branch gnome-updates
in repository guix.
commit 0abc663433841b4fa7eaa975a770a7dc41a355c0
Author: Mark H Weaver <[email protected]>
Date: Mon Jan 9 04:32:17 2017 -0500
gnu: libgnomekbd: Update to 3.22.0.
* gnu/packages/gnome.scm (libgnomekbd): Update to 3.22.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 010a957..dbcedc6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5523,7 +5523,7 @@ GLib/GObject code.")
(define-public libgnomekbd
(package
(name "libgnomekbd")
- (version "3.6.0")
+ (version "3.22.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -5531,7 +5531,7 @@ GLib/GObject code.")
name "-" version ".tar.xz"))
(sha256
(base32
- "02bahnl3vaqyqyr99r9kwka84sxj8qdrz7x0bf97192dysqaa7n4"))))
+ "1pvpbljvxc0riamraiflnm05dpb6i4vlmqqgdh74xggbpzd302rl"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)