From 69243f545bfa768380164a6c482c3f1e38f3b30e Mon Sep 17 00:00:00 2001 From: Michael Rohleder Date: Wed, 22 Sep 2021 12:37:27 +0200 Subject: gnu: thunar: Update to 4.16.10. * gnu/packages/xfce.scm (thunar): Update to 4.16.10. Signed-off-by: Efraim Flashner --- gnu/packages/xfce.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 45a4fb7145..65a9acbd72 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -782,7 +782,7 @@ like appearance, display, keyboard and mouse settings.") (define-public thunar (package (name "thunar") - (version "4.16.8") ;stable version = even minor + (version "4.16.10") ;stable version = even minor (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/xfce/" @@ -790,7 +790,7 @@ like appearance, display, keyboard and mouse settings.") "thunar-" version ".tar.bz2")) (sha256 (base32 - "159ircj0mahx54fqsr3l3ynk690zlpc6ar5pnyhhpk90s8la5303")))) + "14lwi4ax0wj77980kkfhdf18b97339b17y8qc8gl2365mgswh1gi")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) -- cgit v1.2.3