[PATCH] gnu: xfce4-cpugraph-plugin: Update to 1.2.0.

  • 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)
20201228085816.12549-1-mike@rohleder.de
* gnu/packages/xfce.scm (xfce4-cpugraph-plugin): Update to 1.2.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 3b0ff54308..1a697d76e8 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1361,7 +1361,7 @@ A plugin for the Xfce panel is also available.")
(define-public xfce4-cpugraph-plugin
(package
(name "xfce4-cpugraph-plugin")
- (version "1.1.0")
+ (version "1.2.0")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@@ -1370,7 +1370,7 @@ A plugin for the Xfce panel is also available.")
"/xfce4-cpugraph-plugin-" version ".tar.bz2"))
(sha256
(base32
- "193bj1p54l4zrvgdjj0pvjn161d6dn82jh9invcy09sqwlj0mkiy"))))
+ "19rdc3k085z7bv8365g26vz6iy9dx2f4x4q3wszsjmq5pvdxsrkq"))))
(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 . 45479-done@debbugs.gnu.org)
87h7nv59qz.fsf@posteo.net
Hi Michael,

Your patch looks good! It has been pushed to master as commit bd674829.

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

iQIzBAEBCgAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAl/04GQACgkQ5qXuPBlG
eg3YrQ//cBQyhBiWTujni0eHKPk7qwKvkcah8QMj67+Y8sR4Bn8ATkj9qE+CxeGa
6AsZhAfeAnZGSWoe/L93kKpG3kVMjfYYdeYeI86navHxDH7faLnECTF9vZ/7nppf
Y3NErWtIfUlOzI7SmzDBZjYwsfYeqZ8oWLkheaMv88f4dL6JbcDAKI+WwCFfkynx
r7EuHD5ULLb7UIX5fQNNWJg3htTCSiYxGGBMgZU3YVH43LApoq26iXB6hPMZ/nF4
IDv/bAOHBcbwuEEOC6TUfrhSsuwGJ0tdKdKAmBE+hMABiDvP2lFTklojWukfGeAE
DFUpAQY0LryZS4aOEWgDOOCdsuqcXmkMPWc3tMhA/SIcGtOMu6pmCnVoaOzocHMi
Lv8gviIMiBkRaRHbwFPNc5wmRgXq9uE2IXdwcB72mAF8w8VWwBbN4PBwwl3ZM2pH
0TgCOX9vySdSd0NfXzNYIdXKVF46niMo5tsvDz0KSMpQPI4Cw1yMV/cx07syOhz6
fGFgGnbbL6nUoLU6ay6LO64ppyaxwVRKa6jtoplxcGtaIfyR5evxbKIeo5cXtkiU
6ek+k5N1jIrJEhOgt5VusLRiabKZE0ZtdQpQFr50WkH/hr05/0WtV8V6/myiG0UN
dfrb5QfmXa+G49b9NjppmW0TiQV6hHH7i2Nal+V6jJCEuogdjlU=
=t0nH
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

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