[PATCH] gnu: xfce4-xkb-plugin: Update to 0.8.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Kei Kebreau
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 4 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20201225100743.7265-1-mike@rohleder.de
* gnu/packages/xfce.scm (xfce4-xkb-plugin): Update to 0.8.2.
---
gnu/packages/xfce.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 3b0ff54308..073bd3c590 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -621,7 +621,7 @@ applications, and includes a search bar to search for applications.")
(define-public xfce4-xkb-plugin
(package
(name "xfce4-xkb-plugin")
- (version "0.8.1")
+ (version "0.8.2")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@@ -629,7 +629,7 @@ applications, and includes a search bar to search for applications.")
name "-" version ".tar.bz2"))
(sha256
(base32
- "18b7cnaf3zxm598p2i47vim3kbbi8w923ia1hwabdph1c89cz7n1"))))
+ "0rvrz464y7ji989zvi2v85kg47444nqsdq9rv6k8dkbkdwzy2jxv"))))
(build-system gnu-build-system)
(native-inputs
`(("intltool" ,intltool)
--
2.29.2
Kei Kebreau wrote 4 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 45420-done@debbugs.gnu.org)
87zh1n3q0g.fsf@posteo.net
Hi Michael,

This patch looks fine. It has been pushed to master as commit 218ce8b9.

Thanks,
Kei
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAl/0+o8ACgkQ5qXuPBlG
eg3LMxAAtt2eerMM8SjaZsJtwHoJjhWxBbR/AfdPcc4u0RU/ISl4cP+whJQ1Ilz0
LDhEfkIVK9n0CpucNxTSKRgeKhNDL/8inlp6MjpO0qrrtwq/WMo8Iu7hERAvS9Mw
0PplJ04Fadrx0+1bW91CYWYZGBSXKhqaFw6T8QB98zvsq14yQqLAyFpyM5V0Gs7X
P5gqQFnyK+/cNRhUVDr2ASxB1kfoJ5GV84vbVMh4KCdN8EnNVFumPsinkB0DkpA7
1MPE7+Z/M7t2UvITucl1b2q4qjNHZu+56NWcfpxAg7ybrc5wrhn0RtWDFHXb3ivQ
Ufu6snnlXgJKmjzqousxbbD1TO0oM7syJGr5O5/pBvBS409fmHnWBB6IPIt7tl11
Dn3onFcZbRqL+dCtcalkYgKAtkKGLAR9dpoPy0XlzXybxGAA7uZMfwb53fJTUF3E
IF50lg6ZyRNo3t0KvmMJ2E8pJWSRuhh1iW6hADOfLdJNyOdL49UtYWDVjG8WTa9W
yff0vZbI6+GV06fRpx5q/x2MvIGtCISVEhyI/MxZzUOU0HNnyXr79tH18MuAJ2m9
HkK1WltVlbMK5+SbQl0DRt86I3OiN9ZPPBIBdrGj4eIXulOPw9BMDhfqEurLpXms
JFJInRtttNs1UUU9rZll9wLAnGTWE+Qw7tsCr+U+aawDPVFFPZ0=
=TjJY
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 45420@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 45420
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help