From f3b2c6921609ca0ea7981a45f25b947c6ee0c9a0 Mon Sep 17 00:00:00 2001 From: Michael Rohleder Date: Fri, 23 Dec 2022 13:07:53 +0100 Subject: gnu: xfce4-panel: Update to 4.18.1. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/xfce.scm (xfce4-panel): Update to 4.18.1. Signed-off-by: 宋文武 --- gnu/packages/xfce.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index d346e2b0c8..7eeb714fc1 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -391,7 +391,7 @@ management D-Bus specification.") (define-public xfce4-panel (package (name "xfce4-panel") - (version "4.16.5") + (version "4.18.1") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/xfce/" @@ -399,7 +399,7 @@ management D-Bus specification.") name "-" version ".tar.bz2")) (sha256 (base32 - "0c42qy76wqa1mr2rk8ka2vwj6k8w2bn7dp00zq67dkvnpki96rh9")) + "0wnfx08gacq803ha6ywvqfxn91brgbyymhi5x2xis713gl4mizgi")) (patches (search-patches "xfce4-panel-plugins.patch")))) (build-system gnu-build-system) (arguments -- cgit v1.2.3