[PATCH] gnu: xfce4-verve-plugin: Update to 2.0.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)
20201228091015.25289-1-mike@rohleder.de
* gnu/packages/xfce.scm (xfce4-verve-plugin): Update to 2.0.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..11fc65006d 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -2034,7 +2034,7 @@ period.")
(define-public xfce4-verve-plugin
(package
(name "xfce4-verve-plugin")
- (version "2.0.0")
+ (version "2.0.1")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@@ -2043,7 +2043,7 @@ period.")
"/xfce4-verve-plugin-" version ".tar.bz2"))
(sha256
(base32
- "1ljcmgc8ixrbz134ggxbbh4zzdnp7mhi9ay6s5hgrz28djx10rcy"))))
+ "09gqp0jb5ccjh7ny798n5cy9skdx3hpis4kgvjpl4vidnrg5xnpb"))))
(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 . 45481-done@debbugs.gnu.org)
874kjv59hm.fsf@posteo.net
Hi Michael,

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

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

iQIzBAEBCgAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAl/04bUACgkQ5qXuPBlG
eg3RyRAAiFih7vxiwwtITzZTL7fdIJoFnC59+MgiH/LMxxXpnipChYBmC5qmKPeI
FbX0rENKNiEjEBGyDjvmiAzrm2YPSjxwUITgS1SiF1JaQynOt8KPiwh2FjE5oN2Q
WG3P3zA5kYWK0+6U3naBiQqfeJ4NACqc27E+Uortk0NTIEi63Ws8xgNtb2Q3Iiwi
MEQgL+mBPCQjOo42H2E8qNxg3ngg+NWVouJz+lid1L8HrQxVdrctO6e6cz41atdc
v6eR7WitpwZjgzKhgmL4gjL7MM36wJSOf3976Wqgd0Fct2aP+WTKIIQBBx0JfCKn
+rmctxZxpyZvznu8WfNvEeMZzLHcZMLl+A0vD1RJlt5EQ7vPwoQUIwBBJX7oMbTa
hfiZUdJUReXXsCHaBYf72Zh3lH6+ZTLP+3xJWXY1cdYBRo1gHDthszMypxVJei86
6Tmt2QE4Lc+uPd2B1xciZBkgilEOdkXeB4qWswqQJRYyk4R0/t8RbzBtVlY5xnx+
PSfNc9XtSHdKUh8sTfgZ+NMXK73tOtboOVcxvWc97hmY1TiY8FTlEjba2Z4UZqyM
TnGkWQAKUosxQvh0MVm+vyDH5hHNh7PObrWB74p1ASxsCpLFix4/TuLbGcKqVQHu
upZX++H0i/aTvf7LsCV8O7FXyfTCSu2J5oQpzO5pIBZUTrf+Cag=
=E2/O
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

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