[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: xfce4-xkb-plugin: Update to 0.8.3.
From: |
guix-commits |
Subject: |
03/03: gnu: xfce4-xkb-plugin: Update to 0.8.3. |
Date: |
Fri, 15 Jul 2022 23:41:18 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit f6904c0b19c2fcca41bbf1400c738bd833fec9a8
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Sat Jul 16 03:21:05 2022 +0200
gnu: xfce4-xkb-plugin: Update to 0.8.3.
* gnu/packages/xfce.scm (xfce4-xkb-plugin): Update to 0.8.3.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
gnu/packages/xfce.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 1cc873152b..19bb18923b 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -579,7 +579,7 @@ applications, and includes a search bar to search for
applications.")
(define-public xfce4-xkb-plugin
(package
(name "xfce4-xkb-plugin")
- (version "0.8.2")
+ (version "0.8.3")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@@ -587,7 +587,7 @@ applications, and includes a search bar to search for
applications.")
name "-" version ".tar.bz2"))
(sha256
(base32
- "0rvrz464y7ji989zvi2v85kg47444nqsdq9rv6k8dkbkdwzy2jxv"))))
+ "11s9s0634g9rf5hcj6nga6hsv71wcq9c7ym6nsis077gfmwfkgzh"))))
(build-system gnu-build-system)
(native-inputs
(list intltool pkg-config))