guix_mirror_bot pushed a commit to branch master
in repository guix.

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

    gnu: thunar-media-tags-plugin: Update to 0.6.0.
    
    * gnu/packages/xfce.scm (thunar-media-tags-plugin): Update to 0.6.0.
    
    Change-Id: I8b9bc1be780b59d302ef86fa3b16e08dd84f0836
---
 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 3997a2b568..7d24bc7416 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -949,7 +949,7 @@ Samba from Thunar (the Xfce file manager) without requiring 
root access.")
 (define-public thunar-media-tags-plugin
   (package
     (name "thunar-media-tags-plugin")
-    (version "0.5.0")
+    (version "0.6.0")
     (source
      (origin
        (method git-fetch)
@@ -959,7 +959,7 @@ Samba from Thunar (the Xfce file manager) without requiring 
root access.")
              (commit (string-append name "-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "091i975aazkhkxyh0h0msyqkkr1z2dfy068syaawcisyaw1h2mpg"))))
+        (base32 "1q0429iwy0wskvcqbqkv98bjg2cd57mq9sp8r10iljw9my0h2jm8"))))
     (build-system gnu-build-system)
     (native-inputs (list xfce4-dev-tools))
     (inputs (list exo gtk+ thunar taglib))

Reply via email to