me
/
guix
Archived
1
0
Fork 0

gnu: libgnomekbd: Update to 3.26.0.

* gnu/packages/gnome.scm (libgnomekbd): Update to 3.26.0.
master
Ricardo Wurmus 2018-08-06 16:16:28 +02:00
parent 112e908323
commit 4a3f6e02a1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6817,7 +6817,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 "/"
@ -6825,7 +6825,7 @@ GLib/GObject code.")
name "-" version ".tar.xz"))
(sha256
(base32
"1plkkack6s8b21gcmmly0lapgcjz53dmw2vixnn4rw4jxjwbdzaf"))))
"0xc8jrc44x2h24v28wv36k70k7bwxy6p2vsvxvvia1n3ay642fza"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)