gnu: thunar: Update to 4.18.10.

* gnu/packages/xfce.scm (thunar): Update to 4.18.10.

Change-Id: I170cfa24d0086d6c1d2707d4c5693f28678adf3e
This commit is contained in:
宋文武 2024-03-09 12:42:05 +08:00
parent 80679b5c05
commit ad5faf2775
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -727,7 +727,7 @@ (define-public xfce4-settings
(define-public thunar
(package
(name "thunar")
(version "4.18.7") ;stable version = even minor
(version "4.18.10") ;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
"0shbbih2l6h3sda2221h7gsskv2lnchnmypk76cdgf51iafafxi2"))))
"020xrwzdnk5b7cli8vmv3yn7sfq6pg7bz57m4p0xh0ln2cgqlc78"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--with-custom-thunarx-dirs-enabled")))