mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: xfce4-session: Update to 4.18.4.
* gnu/packages/xfce.scm (xfce4-session): Update to 4.18.4. Change-Id: I249be00123d32fdadd79b6ac716ea8fe5d98f337
This commit is contained in:
parent
0297bd9843
commit
1a921c1f0b
1 changed files with 2 additions and 2 deletions
|
@ -623,7 +623,7 @@ (define-public xfce4-appfinder
|
|||
(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 @@ (define-public xfce4-session
|
|||
"xfce4-session-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1v4lfgz7az8iqp01a1ww8sxxjfmr676bijhrhw4r6r7cjvh96brq"))
|
||||
"05k5w3n3hyb93a74f0qc6q0lky4vc51vdlsra8d8i2rkqxs5174s"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Reference in a new issue