From f18e0e3b9bc60d87ce9dc9afe52e39563b7b11c7 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:41 +0800 Subject: [PATCH] gnu: xfce4-places-plugin: Update to 1.9.0. * gnu/packages/xfce.scm (xfce4-places-plugin): Update to 1.9.0. Change-Id: I6d25622b81e664790205966fa8867ea38c2580b7 --- 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 b4c58934db97b5f71d12b34ad41a7807bd7b92b2..6d952b544470349d6b72d971395299171fe3f64a 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -2088,7 +2088,7 @@ interfaces of your choice in the panel.") (define-public xfce4-places-plugin (package (name "xfce4-places-plugin") - (version "1.8.4") + (version "1.9.0") (source (origin (method git-fetch) @@ -2098,7 +2098,7 @@ interfaces of your choice in the panel.") (commit (string-append name "-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "09yqnya7hr4vr6pn4ddzs7vx8582yyf1wrrwd1fmd81f7mdns1w7")))) + (base32 "13q4l6n2h2fdbk83dibvyhkhc8i2jg8cm9dlxkyr8hrwng1lnzn1")))) (build-system gnu-build-system) (native-inputs (list desktop-file-utils xfce4-dev-tools))