[PATCH] gnu: xfce4-stopwatch-plugin: Update to 0.5.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • 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)
20210119141653.6680-1-mike@rohleder.de
* gnu/packages/xfce.scm (xfce4-stopwatch-plugin): Update to 0.5.0.
---
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 6479620a26..a987e85815 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1917,7 +1917,7 @@ freedesktop.org specification.")
(define-public xfce4-stopwatch-plugin
(package
(name "xfce4-stopwatch-plugin")
- (version "0.4.0")
+ (version "0.5.0")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@@ -1926,7 +1926,7 @@ freedesktop.org specification.")
"/xfce4-stopwatch-plugin-" version ".tar.bz2"))
(sha256
(base32
- "0jfr0ykn97hfngh0hd2wrs9rxswzxaxjv93g6csdp8hnij649nm3"))))
+ "1q840298jzdqlhc9lw49q32xzdhnbzcgvv69qq5slkc704s5w6vw"))))
(build-system gnu-build-system)
(native-inputs
`(("intltool" ,intltool)
--
2.30.0
Efraim Flashner wrote 4 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 45982-done@debbugs.gnu.org)
YAf2FcjHzlTvzPQq@3900XT
Looks good. Patch pushed!

--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmAH9hUACgkQQarn3Mo9
g1Haqw/+OKWH0dtJoJkAtF+LuXy7IiQx5aebrXZC6aRqRy9cO4Y7dCUkqrq9Q/Ja
DHVIJ6UXQd8ZMZFw7Ph4P5IyYzbm8sLUuA0bz5rv/bAiBBG1NrVxq6/NnKqDD6OC
WrkijGmUjilROr6gvsHTj22g94EC9nF3EdRU7lwDYSO8XBJGWVTtDdh03C4v0VbK
/RvXFc2AgljVlQGJtQuPk0/ujfp8RaiAYC9+gnAhKG68Y+FXPp2Wf9Uxu9jVVyJw
H9/1TkB1uR5u74iA4nMpYO8o/m8oKvwHhPKls/tqU0sEL5BknZI061t9SpTR6/Ik
gzixIkolD0LhURTQ+CKtjncpEdexw6MMJRyXd3aNtF/TyHnygr+kBAc9aes07EBQ
qLCTOnVPjZsp+xJ+Oq2SI5fxj481tccGuYM+5LQFmJGsnvPcUuVvWu5fDW3fdqBw
740PodoTkCyu7hXAFiQiv1syTpqN7tRKmoAPnUswujeITDbegYMj7nnE/5msAVgU
7bgew70ACy7+I30di5M0zJg3WbzgqoKp2200/9RpxqISgZTD6ACY55vB/0H1bZYs
8ezbBfFJpNr60/nNmYwUjqG9UsKJwhdcLxQYkfHerTkuRYacokmwCYZKOc+rGHxy
wkUrT+yFOF72flCdbXtZEANWQIiGmuXWlV36PUAopcfe+ghLi+U=
=SkB6
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

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