diff options
author | Michael Rohleder <mike@rohleder.de> | 2022-12-23 13:07:53 +0100 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-01-29 09:03:16 +0800 |
commit | f3b2c6921609ca0ea7981a45f25b947c6ee0c9a0 (patch) | |
tree | 9e9b2b0880608f8f87a296cb7eb5286fcb064954 | |
parent | 46a8280bba034b5f5ccafe5ef246a5cf37e8451b (diff) | |
download | guix-f3b2c6921609ca0ea7981a45f25b947c6ee0c9a0.tar.gz |
gnu: xfce4-panel: Update to 4.18.1.
* gnu/packages/xfce.scm (xfce4-panel): Update to 4.18.1. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
-rw-r--r-- | gnu/packages/xfce.scm | 4 |
1 files 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 |