guix-commits
[Top][All Lists]
Advanced

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

03/35: gnu: libxfce4ui: Update to 4.18.1.


From: guix-commits
Subject: 03/35: gnu: libxfce4ui: Update to 4.18.1.
Date: Sat, 28 Jan 2023 03:58:36 -0500 (EST)

iyzsong pushed a commit to branch wip-xfce
in repository guix.

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

    gnu: libxfce4ui: Update to 4.18.1.
    
    * gnu/packages/xfce.scm (libxfce4ui): Update to 4.18.1.
    [inputs]: Add libgtop.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 gnu/packages/xfce.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 3522fe1b65..3bb46dfd9b 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -180,7 +180,7 @@ storage system.")
 (define-public libxfce4ui
   (package
     (name "libxfce4ui")
-    (version "4.16.1")
+    (version "4.18.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/xfce/";
@@ -188,7 +188,7 @@ storage system.")
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "1xl52pjh7xi67qpv8800xrizf28r0bh1jm21va6hggznbap4csfr"))))
+                "0bp5wl9r6wbl7a18wikldb6kvyqzaz16sk2bh9swwyqv08q7pgvf"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags
@@ -200,7 +200,7 @@ storage system.")
            ;; libxfce4kbd-private-3.pc refers to all these.
            libxfce4util
            xfconf))
-    (inputs (list libsm libice startup-notification))
+    (inputs (list libgtop libice libsm startup-notification))
     (home-page "https://www.xfce.org/";)
     (synopsis "Widgets library for Xfce")
     (description



reply via email to

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