gnu: libgnomekbd: Update to 3.22.0.1.

* gnu/packages/gnome.scm (libgnomekbd): Update to 3.22.0.1.
master
Marius Bakke 2017-05-24 19:56:19 +02:00
parent 3c74a74ea2
commit 47b93ae5bf
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -5824,7 +5824,7 @@ GLib/GObject code.")
(define-public libgnomekbd
(package
(name "libgnomekbd")
(version "3.22.0")
(version "3.22.0.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@ -5832,7 +5832,7 @@ GLib/GObject code.")
name "-" version ".tar.xz"))
(sha256
(base32
"1pvpbljvxc0riamraiflnm05dpb6i4vlmqqgdh74xggbpzd302rl"))))
"1plkkack6s8b21gcmmly0lapgcjz53dmw2vixnn4rw4jxjwbdzaf"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)