diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2023-02-14 11:30:51 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-02-15 09:11:43 +0800 |
commit | 495b0227632d2d1669463426ec42637fc5e14365 (patch) | |
tree | edb2e4b7674574f9ca7f666cc241c5525e0b2d2c | |
parent | 22f6783f33b699bea678ea46ffaebd275e7900af (diff) |
gnu: xfce4-session: Update to 4.18.1.
* gnu/packages/xfce.scm (xfce4-session): Update to 4.18.1.
-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 6734bf781b..96ad5e9699 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -627,7 +627,7 @@ your system in categories, so you can quickly find and launch them.") (define-public xfce4-session (package (name "xfce4-session") - (version "4.18.0") + (version "4.18.1") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/xfce/" @@ -635,7 +635,7 @@ your system in categories, so you can quickly find and launch them.") "xfce4-session-" version ".tar.bz2")) (sha256 (base32 - "0zwsp2qc1bk87gbvx5fc8wb3hg2nq2ln0fjljks148171d8dpfiq")) + "1ky54pc0zi2q3qkpmccr3qa4c08j5c6bb6xxiczdnngjxrz9anhw")) (modules '((guix build utils))) (snippet '(begin |