summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-09-21 18:57:49 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-09-21 19:17:52 +0200
commit10097e585e27c79349a39ab4743885e86a8b7797 (patch)
treebd5af5b6e12e36b3199e16a95bed168178dbdea4
parentca2ead31d261a209b86bc6355d3f2dec6ca95266 (diff)
downloadguix-patches-10097e585e27c79349a39ab4743885e86a8b7797.tar
guix-patches-10097e585e27c79349a39ab4743885e86a8b7797.tar.gz
gnu: libgnomekbd: Update to 3.26.1.
* gnu/packages/gnome.scm (libgnomekbd): Update to 3.26.1.
-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 31ff2ab972..65ec9cdb74 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7261,7 +7261,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 "/"
@@ -7269,7 +7269,7 @@ GLib/GObject code.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0xc8jrc44x2h24v28wv36k70k7bwxy6p2vsvxvvia1n3ay642fza"))))
+ "0y962ykn3rr9gylj0pwpww7bi20lmhvsw6qvxs5bisbn2mih5jpp"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)