guix_mirror_bot pushed a commit to branch master
in repository guix.

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

    gnu: xfce4-clipman-plugin: Update to 1.7.0.
    
    * gnu/packages/xfce.scm (xfce4-clipman-plugin): Update to 1.7.0.
    
    Change-Id: Ia1ae8a90a000323c04ef11732e1ba75dc2844a51
---
 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 e28635095f..9b0c2837b1 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -506,7 +506,7 @@ applications menu, workspace switcher and more.")
 (define-public xfce4-clipman-plugin
   (package
     (name "xfce4-clipman-plugin")
-    (version "1.6.7")
+    (version "1.7.0")
     (source
      (origin
        (method git-fetch)
@@ -515,7 +515,7 @@ applications menu, workspace switcher and more.")
              (commit (string-append name "-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0spg9mdlcx98kjisv0c9axp7knhh8am5dqfa2lspj1jbgvah1dwi"))))
+        (base32 "16cxxlwhi54zl2lzbcmaag80mrwhmw64adyv6zj0lkb7j8fb3mn3"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to