[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: libgnomekbd: Update to 3.26.1.
From: |
guix-commits |
Subject: |
02/03: gnu: libgnomekbd: Update to 3.26.1. |
Date: |
Sat, 21 Sep 2019 13:19:01 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 10097e585e27c79349a39ab4743885e86a8b7797
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sat Sep 21 18:57:49 2019 +0200
gnu: libgnomekbd: Update to 3.26.1.
* gnu/packages/gnome.scm (libgnomekbd): Update to 3.26.1.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 31ff2ab..65ec9cd 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)