summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-08-06 16:16:28 +0200
committerRicardo Wurmus <rekado@elephly.net>2019-03-07 13:42:30 +0100
commit4a3f6e02a1d427dc612abe80285d89c4164002eb (patch)
treef423415ece07ffb095b179158bf7db539fef0117 /gnu/packages/gnome.scm
parent112e9083232a01f9fde0e0c09ddb646ea90b18be (diff)
downloadguix-patches-4a3f6e02a1d427dc612abe80285d89c4164002eb.tar
guix-patches-4a3f6e02a1d427dc612abe80285d89c4164002eb.tar.gz
gnu: libgnomekbd: Update to 3.26.0.
* gnu/packages/gnome.scm (libgnomekbd): Update to 3.26.0.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 196048eac5..58f6359382 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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)