mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: thunar: Update to 4.18.11.
* gnu/packages/xfce.scm (thunar): Update to 4.18.11. Change-Id: I80189eeef2f4d1278bffef7568e2894866eef3fd
This commit is contained in:
parent
8597a54ae0
commit
b5d3fd1624
1 changed files with 2 additions and 2 deletions
|
@ -720,7 +720,7 @@ (define-public xfce4-settings
|
||||||
(define-public thunar
|
(define-public thunar
|
||||||
(package
|
(package
|
||||||
(name "thunar")
|
(name "thunar")
|
||||||
(version "4.18.10") ;stable version = even minor
|
(version "4.18.11") ;stable version = even minor
|
||||||
(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/"
|
||||||
|
@ -728,7 +728,7 @@ (define-public thunar
|
||||||
"thunar-" version ".tar.bz2"))
|
"thunar-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"020xrwzdnk5b7cli8vmv3yn7sfq6pg7bz57m4p0xh0ln2cgqlc78"))))
|
"04nnfnm1913vva3d8515l3vs99q61rhbafj0gl9qqmka0zidl2vx"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags '("--with-custom-thunarx-dirs-enabled")))
|
'(#:configure-flags '("--with-custom-thunarx-dirs-enabled")))
|
||||||
|
|
Loading…
Reference in a new issue