summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-07-12 19:50:28 +0200
committerMarius Bakke <mbakke@fastmail.com>2019-07-12 19:50:28 +0200
commit70f2b0f97d9bda374bf4a6deddfde2ea3e38d016 (patch)
tree4769887309802b83e20e34413122013328fbe55a /gnu/packages/gnome.scm
parent838a52a5fd148c899f5d254147f9407aa7e179cd (diff)
downloadpatches-70f2b0f97d9bda374bf4a6deddfde2ea3e38d016.tar
patches-70f2b0f97d9bda374bf4a6deddfde2ea3e38d016.tar.gz
gnu: libgnomekbd: Update to 3.26.1.
* gnu/packages/gnome.scm (libgnomekbd): Update to 3.26.1.
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 aeeff5b92a..9c9f69258a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7094,7 +7094,7 @@ GLib/GObject code.")
(define-public libgnomekbd
(package
(name "libgnomekbd")
- (version "3.26.0")
+ (version "3.26.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -7102,7 +7102,7 @@ GLib/GObject code.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0xc8jrc44x2h24v28wv36k70k7bwxy6p2vsvxvvia1n3ay642fza"))))
+ "0y962ykn3rr9gylj0pwpww7bi20lmhvsw6qvxs5bisbn2mih5jpp"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)