[PATCH] gnu: xfce4-panel: Update to 4.16.1.

  • 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)
20210127082102.12307-1-mike@rohleder.de
* gnu/packages/xfce.scm (xfce4-panel): Update to 4.16.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 c8dd66b2e0..b4fbaf9126 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -413,7 +413,7 @@ management D-Bus specification.")
(define-public xfce4-panel
(package
(name "xfce4-panel")
- (version "4.16.0")
+ (version "4.16.1")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -421,7 +421,7 @@ management D-Bus specification.")
name "-" version ".tar.bz2"))
(sha256
(base32
- "0gf57hgx6v44bc2hj570inkafbi291scc6wbhmr6sc3xngp9m5sy"))
+ "14arjxpvnxdl0a0ajifrmy2py3hv5qy4fykl52wdp4k5pv39n2gs"))
(patches (search-patches "xfce4-panel-plugins.patch"))))
(build-system gnu-build-system)
(arguments
--
2.30.0
Efraim Flashner wrote 4 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 46125-done@debbugs.gnu.org)
YBMa0KyzkPaAPUxw@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-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmATGtAACgkQQarn3Mo9
g1H3Kw//T47K0uR4tVIcKm/LAe6FWdpZMRCRdJRbVNoR4frK6i1diaRFrc2Tx4WD
Ax/rgjp+3JGA8ClTLiiLdoyvvE4Qx4VTJp780es1hN04dR9H6ru9vpTcqegxAvx8
fpnsu9WwcU+xNKnDpvP1rGepQpXe3vuLaXXtMc84c6zXI4OjZYkKlp1pUd9noyHz
SvMJxMRJsEcKzA29q2kmulw7/OPtbee5Ca9sDImAh9v82356Z4g9ATb7F4ybXF+l
yYn1EBnWNy8tGiw+FfcR6k/TOPo+NB7xZtsBDJdOhSiZ3uTOcp20myRE2uHpvPRZ
EaNeMMosP2lsY+X4p/45AAJQBRur6DCMSwZsGoRaxwCBAiQ9aNcpQHDxPelIY+Io
JqZqtA4DvURKJrIg/SzHaStkX6foFzILp3h3LmwHNUBD6n2Li5WRkkbNxwqxuHYa
nmQPmEqTUYfrePo2YwANLE/8BJ3qbo5BpQqM5ktrUKXdXXqFATmr8edsITDTKNn6
lQKe54bYDV35pv2prqUcEyKUodmBpT06Ei07jL1ieR8dhruqAq2CIwfDyqcEy6B+
XVoSPQDu0zQZA2oKrlUNURZhaQFHzlZn1Si4XG5sPDeYJuwh0UdL3fnJW8bipUJ/
BiSMj779ffNtBQB6YTwSFfOE7IORESAUAdvRY/JTFGJJuBt3PAo=
=KVwl
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

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