[PATCH] gnu: xfce4-wavelan-plugin: Update to 0.6.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)
20201225101513.15358-1-mike@rohleder.de
* gnu/packages/xfce.scm (xfce4-wavelan-plugin): Update to 0.6.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..297bb269fd 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -2068,7 +2068,7 @@ for the Xfce panel. It supports several features, such as:
(define-public xfce4-wavelan-plugin
(package
(name "xfce4-wavelan-plugin")
- (version "0.6.1")
+ (version "0.6.2")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@@ -2077,7 +2077,7 @@ for the Xfce panel. It supports several features, such as:
"/xfce4-wavelan-plugin-" version ".tar.bz2"))
(sha256
(base32
- "05zdiq1igr1fcvnwlivg8g3szvxmlr3yc7jfj3bwgqrs0vm827zl"))))
+ "07a8nmc60in48licjj0gmwm77vb8divh1lb7jnib35n5a1ka6ypa"))))
(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 . 45422-done@debbugs.gnu.org)
87o8i33pwk.fsf@posteo.net
Hi Michael,

This patch works fine. It has been pushed to master as commit a0e31f39.

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

iQIzBAEBCgAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAl/0+xsACgkQ5qXuPBlG
eg2ASQ//eKqskzUj9G5wQlhw/R3/HdzJmoCV9sKuNr1xase60ncebHAEn9szzVfw
467+WwlFDonAz8fJ70+cPhsZWSX6xoMeYiF0XL9hVdyOcCaO6P+u7MkTfTxmDMAw
qJ/4oY9Uv9rWz0j2rNJDz+bo48oc4G8d6OU/qcJZsUEvY+BWKCLa6FjM8Qpt2EX2
5dtto2DmWaPMwi+jA1SAZ4QDoJZNYb1gxur/mEjp7V70Z/qjcJ0PFE6nU3MPqTal
ilLIK/eivddDYE3qR5gtEqhcQnvCajKffbh538X2aeH8cr1+YnCIKChFE2mQyxuT
W3+Qj70AQbeakZpc84rVzfCgEXQKi6zHXxgxWbQ77CWv9+diKcmxzpuHGoDogRuB
51uwE/steN3oFuF/RGeW4WaJqNwYqF45+dKxrsm/NN0rqLrdZWO6U5ah4KD4TRaQ
KO6pqhXOhpT4wQz8IvPjXzhZFPy22jWkMLphq6LAqWc3TNpeIB7hjzV7b8ysAg0m
ZWYLBDwNjpPCGUqGRCEv0el/z94ssCYg6SK2DdUTCL968OJtXKMtIZd1kSaLHIQo
rJyJpi4lZ/6wszsBZ99rNHU7aZPLRn/aNr8SDQL+EQa2F+rn0V4d6/JDTmTGDm/b
lLjcf6qrsKnkPYZ9VZFoaF8s0NBOGNYcZutqOSZxe+aPjdUXHx4=
=NYIv
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 45422
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