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

  • Done
  • quality assurance status badge
Details
2 participants
  • Tobias Geerinckx-Rice
  • 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)
20210509121648.20838-1-mike@rohleder.de
* gnu/packages/xfce.scm (xfce4-panel): Update to 4.16.3.
---
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 704e50e7ed..08274480f5 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -416,7 +416,7 @@ management D-Bus specification.")
(define-public xfce4-panel
(package
(name "xfce4-panel")
- (version "4.16.2")
+ (version "4.16.3")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -424,7 +424,7 @@ management D-Bus specification.")
name "-" version ".tar.bz2"))
(sha256
(base32
- "1kxm905z6m0mvnki7qxwz638kfa93lvy5xv3qfp8sc8ldxp1cd46"))
+ "14p0y6d3frphv67vsvnx6c1l4m82c1wwsk3kkg155nknibnyld2r"))
(patches (search-patches "xfce4-panel-plugins.patch"))))
(build-system gnu-build-system)
(arguments
--
2.31.1
Tobias Geerinckx-Rice wrote 4 years ago
Re: [bug#48312] [PATCH] gnu: thunar: Update to 4.16.8.
(name . Michael Rohleder)(address . mike@rohleder.de)
87eeeg57d3.fsf@nckx
Michael Rohleder 写道:
Toggle quote (2 lines)
> * gnu/packages/xfce.scm (thunar): Update to 4.16.8.

Pushed as a4b4331de00961494834e8c0fb6a958d2bf0ba91

Toggle quote (2 lines)
> * gnu/packages/xfce.scm (xfce4-panel): Update to 4.16.3.

and f661e6883ec345258634940ce5d52957e1bb90c3.

Thanks!

T G-R
-----BEGIN PGP SIGNATURE-----

iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCYJfseA0cbWVAdG9iaWFz
LmdyAAoJEA2w/4hPVW15Y8kA/1EM6tuoJ6K5BiEnVxYSMgIGOBwVFl9ZTshHdLsI
H3s2AQDVEhiUPXT3+o07SuS5uq7ykFWFamGIMgQTafZiTJTSAQ==
=bEGN
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

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