gnu: libgnomekbd: Update to 3.22.0.

* gnu/packages/gnome.scm (libgnomekbd): Update to 3.22.0.
This commit is contained in:
Mark H Weaver 2017-01-09 04:32:17 -05:00
parent 80f2d23a52
commit 0abc663433
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 2 additions and 2 deletions

View File

@ -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)