mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: xfdesktop: Update to 4.14.3.
* gnu/packages/xfce.scm (xfdesktop): Update to 4.14.3.
This commit is contained in:
parent
7342fc5409
commit
ed4239c6b5
1 changed files with 2 additions and 2 deletions
|
@ -755,7 +755,7 @@ (define-public xfwm4
|
|||
(define-public xfdesktop
|
||||
(package
|
||||
(name "xfdesktop")
|
||||
(version "4.14.2")
|
||||
(version "4.14.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://archive.xfce.org/src/xfce/"
|
||||
|
@ -763,7 +763,7 @@ (define-public xfdesktop
|
|||
"xfdesktop-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0x1yx9sd5aanrlr1qnbwd2nsmcg09g4132k0kyb7z47a3x3381d3"))
|
||||
"14sp5a4n21prwmh2l5mjq5fjaq7r2pbjxddfx4wzaix8867x1mq6"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
#~(begin
|
||||
|
|
Loading…
Reference in a new issue