guix-commits
[Top][All Lists]
Advanced

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

09/35: gnu: xfce4-session: Update to 4.18.0.


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

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

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

    gnu: xfce4-session: Update to 4.18.0.
    
    * gnu/packages/xfce.scm (xfce4-session): Update to 4.18.0.
    
    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 18cbc6cb00..a311b6bc05 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -623,7 +623,7 @@ your system in categories, so you can quickly find and 
launch them.")
 (define-public xfce4-session
   (package
     (name "xfce4-session")
-    (version "4.16.0")
+    (version "4.18.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/xfce/";
@@ -631,7 +631,7 @@ your system in categories, so you can quickly find and 
launch them.")
                                   "xfce4-session-" version ".tar.bz2"))
               (sha256
                (base32
-                "1dqpgnq1hy9z170aapjglyp6jpyq1iqn5331nph727a82br77wi2"))
+                "0zwsp2qc1bk87gbvx5fc8wb3hg2nq2ln0fjljks148171d8dpfiq"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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