diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2024-09-03 07:38:50 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2024-09-06 07:30:54 +0800 |
commit | 1a921c1f0b386a38ec34914d7543f2d23b0212f8 (patch) | |
tree | 18be66dab7fc4ecd5a691d4e5de39458dcbd7a5e /gnu/packages | |
parent | 0297bd98430b5c0b55d794932ab1e5c16b3941fb (diff) | |
download | guix-1a921c1f0b386a38ec34914d7543f2d23b0212f8.tar guix-1a921c1f0b386a38ec34914d7543f2d23b0212f8.tar.gz |
gnu: xfce4-session: Update to 4.18.4.
* gnu/packages/xfce.scm (xfce4-session): Update to 4.18.4.
Change-Id: I249be00123d32fdadd79b6ac716ea8fe5d98f337
Diffstat (limited to 'gnu/packages')
-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 99a6fd7503..f6d4559a6b 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.18.3") + (version "4.18.4") (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 - "1v4lfgz7az8iqp01a1ww8sxxjfmr676bijhrhw4r6r7cjvh96brq")) + "05k5w3n3hyb93a74f0qc6q0lky4vc51vdlsra8d8i2rkqxs5174s")) (modules '((guix build utils))) (snippet '(begin |