summaryrefslogtreecommitdiff
path: root/gnu/packages/xfce.scm
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2022-08-22 10:38:37 +0800
committer宋文武 <iyzsong@member.fsf.org>2022-08-22 10:38:37 +0800
commit5edd5bb800e70adc45a7a1bbf24090504ac8305f (patch)
tree1a218b9667c03c73d1d994d38d4146bd6c031439 /gnu/packages/xfce.scm
parent7970f1392dfa252f8f367687b1b4912f0d9e5406 (diff)
downloadguix-patches-5edd5bb800e70adc45a7a1bbf24090504ac8305f.tar
guix-patches-5edd5bb800e70adc45a7a1bbf24090504ac8305f.tar.gz
gnu: thunar: Update to 4.16.11.
* gnu/packages/xfce.scm (thunar): Update to 4.16.11.
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 328ba59db3..93a751b915 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -737,7 +737,7 @@ like appearance, display, keyboard and mouse settings.")
(define-public thunar
(package
(name "thunar")
- (version "4.16.10") ;stable version = even minor
+ (version "4.16.11") ;stable version = even minor
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -745,7 +745,7 @@ like appearance, display, keyboard and mouse settings.")
"thunar-" version ".tar.bz2"))
(sha256
(base32
- "14lwi4ax0wj77980kkfhdf18b97339b17y8qc8gl2365mgswh1gi"))))
+ "06wa58dy9z28j7l4a2l7j052sa3h6vfpvxd440cy7qz5na8dwzgl"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config intltool))