guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/35: gnu: xfce4-panel: Update to 4.18.1.


From: guix-commits
Subject: 07/35: gnu: xfce4-panel: Update to 4.18.1.
Date: Sat, 28 Jan 2023 21:49:59 -0500 (EST)

iyzsong pushed a commit to branch master
in repository guix.

commit f3b2c6921609ca0ea7981a45f25b947c6ee0c9a0
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Fri Dec 23 13:07:53 2022 +0100

    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>
---
 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]