[PATCH] gnu: xfce4-datetime-plugin: Update to 0.8.1.

  • 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)
20201225101810.19698-1-mike@rohleder.de
* gnu/packages/xfce.scm (xfce4-datetime-plugin): Update to 0.8.1.
---
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..db5481adcb 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1450,7 +1450,7 @@ each time a new earthquake occurs.")
(define-public xfce4-datetime-plugin
(package
(name "xfce4-datetime-plugin")
- (version "0.8.0")
+ (version "0.8.1")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@@ -1459,7 +1459,7 @@ each time a new earthquake occurs.")
"/xfce4-datetime-plugin-" version ".tar.bz2"))
(sha256
(base32
- "1m7bmpvbmiz2xdffpg675qn80zx2n0cnlf842ppvh1q7zz18ndfd"))))
+ "0h15mxq5lawlxyr6h1vxc60rkf0rpmnv81l0f52mrswww9dz3xp9"))))
(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 . 45423-done@debbugs.gnu.org)
87k0sr3puu.fsf@posteo.net
Hi Michael,

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

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

iQIzBAEBCgAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAl/0+1kACgkQ5qXuPBlG
eg2GSA//YSN/QGyv2V3SR6ZF4ZqqK24dVd6Cl1eElitWBZAOHYt+GTiMt0DUbO3M
+eoshax5hCZImHVAPiZM0JEol+jguLz6DpSc21bpAiuWPQpZKW6GyLILA09O4UQ8
rFXhdGyxZhSkoLMY3H9NYOf/wFXR7ifiwNfWBhyPPaVU/QNRJjSb+Af6Abung3Q7
tduTOL838/EwUghEoKQ5tJ8R6ekKZaeyNr1rsEP3s+ZDez583ReVJv79qVusemRU
a4hQE3fZcHzbbeF9tmYPgBGrQkxC/8pYZmUV+fJ6Wz6ZMC2x/JhTHQduPMqGmtaX
xLiQCasi1UvFgB47vAb6qAecUuO8/an7fRRMIsnOJpX8u33JSFpaWtlMJ/6H52B4
JingtoLfZlbvlo0FIETvo3ej0d2fhCiKr+BltLW3636XVTW//82T5yvzqj3NIMbQ
UumF3KZutigpRRQt26z9jmjI/w83XK4Q8vYnNjIVx0z/hCgxgRutPKZY2aTdiXZr
UHKxNLlbojttJrqnRjwdIl4QfJKsWXg8iVyLfMEH5dGQ2Rjm1aCSKZym7fU6bF5d
ehnw2P4wEyJoBD3WetWmP5YUSjm39G1synGFRzejG5qGxEf2IW2MnbBfdmKoAEc+
udi3vLjkPjuIUJT6dKCg7TqkDHNZb96+XkXjR6kIqCuJmpDhgXg=
=QI8c
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

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