guix-patches
[Top][All Lists]
Advanced

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

[bug#72991] [PATCH 02/11] gnu: libxfce4ui: Update to 4.18.6.


From: iyzsong
Subject: [bug#72991] [PATCH 02/11] gnu: libxfce4ui: Update to 4.18.6.
Date: Tue, 3 Sep 2024 08:00:09 +0800

From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/xfce.scm (libxfce4ui): Update to 4.18.6.

Change-Id: If392f88d81f406a3022e1d445b6339922dc0b9fe
---
 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 5e2f06c6a4..1b61750549 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -185,7 +185,7 @@ (define-public xfconf
 (define-public libxfce4ui
   (package
     (name "libxfce4ui")
-    (version "4.18.4")
+    (version "4.18.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/xfce/";
@@ -193,7 +193,7 @@ (define-public libxfce4ui
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "0k6b8al8cy2w5zi8iywkzjsz2cgiz9r8ir2dflzxw9kdgiwzxvl7"))))
+                "1k9hrq4mlpknv6kb32aakp57n0vaxv3q7716kkvcgin8dhh9kpbp"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags
-- 
2.45.2






reply via email to

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