guix_mirror_bot pushed a commit to branch master
in repository guix.

commit f18e0e3b9bc60d87ce9dc9afe52e39563b7b11c7
Author: 宋文武 <[email protected]>
AuthorDate: Tue Dec 30 12:28:41 2025 +0800

    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 b4c58934db..6d952b5444 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))

Reply via email to