summaryrefslogtreecommitdiff
path: root/gnu/packages/xfce.scm
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2024-03-09 12:42:05 +0800
committer宋文武 <iyzsong@member.fsf.org>2024-03-12 18:02:07 +0800
commitad5faf27750182acb8c66c02f359163bbf93c5ed (patch)
treeb201e7512a6757ec84e0a717a42754ce9c29a745 /gnu/packages/xfce.scm
parent80679b5c0551c8f4189c4e2285e1ef4fea415d73 (diff)
downloadguix-patches-ad5faf27750182acb8c66c02f359163bbf93c5ed.tar
guix-patches-ad5faf27750182acb8c66c02f359163bbf93c5ed.tar.gz
gnu: thunar: Update to 4.18.10.
* gnu/packages/xfce.scm (thunar): Update to 4.18.10. Change-Id: I170cfa24d0086d6c1d2707d4c5693f28678adf3e
Diffstat (limited to 'gnu/packages/xfce.scm')
-rw-r--r--gnu/packages/xfce.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index b993496149..8ccf3a8fbe 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -727,7 +727,7 @@ like appearance, display, keyboard and mouse 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 @@ like appearance, display, keyboard and mouse settings.")
"thunar-" version ".tar.bz2"))
(sha256
(base32
- "0shbbih2l6h3sda2221h7gsskv2lnchnmypk76cdgf51iafafxi2"))))
+ "020xrwzdnk5b7cli8vmv3yn7sfq6pg7bz57m4p0xh0ln2cgqlc78"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--with-custom-thunarx-dirs-enabled")))