mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: xfce4-session: Update to 4.18.1.
* gnu/packages/xfce.scm (xfce4-session): Update to 4.18.1.
This commit is contained in:
parent
22f6783f33
commit
495b022763
1 changed files with 2 additions and 2 deletions
|
@ -627,7 +627,7 @@ (define-public xfce4-appfinder
|
||||||
(define-public xfce4-session
|
(define-public xfce4-session
|
||||||
(package
|
(package
|
||||||
(name "xfce4-session")
|
(name "xfce4-session")
|
||||||
(version "4.18.0")
|
(version "4.18.1")
|
||||||
(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/"
|
||||||
|
@ -635,7 +635,7 @@ (define-public xfce4-session
|
||||||
"xfce4-session-" version ".tar.bz2"))
|
"xfce4-session-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0zwsp2qc1bk87gbvx5fc8wb3hg2nq2ln0fjljks148171d8dpfiq"))
|
"1ky54pc0zi2q3qkpmccr3qa4c08j5c6bb6xxiczdnngjxrz9anhw"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Loading…
Reference in a new issue