mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: thunar: Update to 4.18.7.
* gnu/packages/xfce.scm (thunar): Update to 4.18.7. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
1a46517536
commit
93eba03191
1 changed files with 2 additions and 2 deletions
|
@ -727,7 +727,7 @@ (define-public xfce4-settings
|
|||
(define-public thunar
|
||||
(package
|
||||
(name "thunar")
|
||||
(version "4.18.6") ;stable version = even minor
|
||||
(version "4.18.7") ;stable version = even minor
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://archive.xfce.org/src/xfce/"
|
||||
|
@ -735,7 +735,7 @@ (define-public thunar
|
|||
"thunar-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"038lb1aik9smrqv8xh9cxchmgxhhdmwdc2i09mzsqzhyzbivcjgf"))))
|
||||
"0shbbih2l6h3sda2221h7gsskv2lnchnmypk76cdgf51iafafxi2"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--with-custom-thunarx-dirs-enabled")))
|
||||
|
|
Loading…
Reference in a new issue