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>master
parent
1f48ba90f1
commit
110db9cd8c
|
@ -623,7 +623,7 @@ your system in categories, so you can quickly find and launch them.")
|
||||||
(define-public xfce4-session
|
(define-public xfce4-session
|
||||||
(package
|
(package
|
||||||
(name "xfce4-session")
|
(name "xfce4-session")
|
||||||
(version "4.16.0")
|
(version "4.18.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://archive.xfce.org/src/xfce/"
|
(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"))
|
"xfce4-session-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dqpgnq1hy9z170aapjglyp6jpyq1iqn5331nph727a82br77wi2"))
|
"0zwsp2qc1bk87gbvx5fc8wb3hg2nq2ln0fjljks148171d8dpfiq"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Reference in New Issue