guix_mirror_bot pushed a commit to branch master
in repository guix.

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

    gnu: xfce4-smartbookmark-plugin: Update to 0.6.0.
    
    * gnu/packages/xfce.scm (xfce4-smartbookmark-plugin): Update to 0.6.0.
    
    Change-Id: I489bbc4a3190b8f39ee9aee1f4c9b57f83d9fbe4
---
 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 6d952b5444..3026bd99dd 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -2126,7 +2126,7 @@ opens up a menu with the following:
 (define-public xfce4-smartbookmark-plugin
   (package
     (name "xfce4-smartbookmark-plugin")
-    (version "0.5.3")
+    (version "0.6.0")
     (source
      (origin
        (method git-fetch)
@@ -2136,7 +2136,7 @@ opens up a menu with the following:
              (commit (string-append name "-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0rm2yii0xas9n3aqsq6lb378czcylm8xcb2ng7lnl2r5l8qyb9m4"))))
+        (base32 "1ld8xpfadh68p4ikzdicrhgv56arbalmi94wqcv14kmsmjh1df1g"))))
     (build-system gnu-build-system)
     (native-inputs
      (list xfce4-dev-tools))

Reply via email to