mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: thunar: Update to 4.18.6.
* gnu/packages/xfce.scm (thunar): Update to 4.18.6.
This commit is contained in:
parent
53b009a87a
commit
5b5331e190
1 changed files with 2 additions and 2 deletions
|
@ -725,7 +725,7 @@ (define-public xfce4-settings
|
|||
(define-public thunar
|
||||
(package
|
||||
(name "thunar")
|
||||
(version "4.18.4") ;stable version = even minor
|
||||
(version "4.18.6") ;stable version = even minor
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://archive.xfce.org/src/xfce/"
|
||||
|
@ -733,7 +733,7 @@ (define-public thunar
|
|||
"thunar-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1k7dkdhp353l1z2d55384c10iyp59n5qx0hawzf8lqhxzgi3qin4"))))
|
||||
"038lb1aik9smrqv8xh9cxchmgxhhdmwdc2i09mzsqzhyzbivcjgf"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--with-custom-thunarx-dirs-enabled")))
|
||||
|
|
Loading…
Reference in a new issue