From 3fd2514caeb25720b9ffe20bddd3091ad2c06116 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Tue, 30 Dec 2025 12:28:38 +0800 Subject: [PATCH] gnu: thunar-shares-plugin: Update to 0.5.0. * gnu/packages/xfce.scm (thunar-shares-plugin): Update to 0.5.0. Change-Id: Ia063d3048382447988bb09bf25b78cbe73b3b715 --- gnu/packages/xfce.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index e35c0b5199aab0b69309ac6efb2f3318b7bd1934..3997a2b5682846e45d7490d970e1f947811b9d62 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -924,7 +924,7 @@ archive files using the file context menus in the Thunar file manager.") (define-public thunar-shares-plugin (package (name "thunar-shares-plugin") - (version "0.4.0") + (version "0.5.0") (source (origin (method git-fetch) @@ -934,7 +934,7 @@ archive files using the file context menus in the Thunar file manager.") (commit (string-append name "-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1m4xdmfs6zcxsq96p0wgwgqv2av7bqqsbpsrbqkq78mrmn9533nl")))) + (base32 "1abcgbc91w0hdpbw1ydy0vw8f02v0rpjmn6309dmkjqb19mcaqmi")))) (build-system gnu-build-system) (native-inputs (list autoconf-2.71 xfce4-dev-tools)) (inputs (list thunar gtk+ xfconf))