guix_mirror_bot pushed a commit to branch master
in repository guix.

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

    gnu: xfce4-verve-plugin: Update to 2.1.0.
    
    * gnu/packages/xfce.scm (xfce4-verve-plugin): Update to 2.1.0.
    
    Change-Id: I9e7f4d507a232eef359a0decdca71297aa91a533
---
 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 6803737af8..ecc5597b02 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -2289,7 +2289,7 @@ period.")
 (define-public xfce4-verve-plugin
   (package
     (name "xfce4-verve-plugin")
-    (version "2.0.4")
+    (version "2.1.0")
     (source
      (origin
        (method git-fetch)
@@ -2299,7 +2299,7 @@ period.")
              (commit (string-append name "-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "023d1vv0qa9ig8k15m7bl0b9hgqg7c7lf1w7d8av2y2g7xi8ljwg"))))
+        (base32 "0mrfd19fxdd20f8fnjrj650l1jknjna7am9ifpin2ww12xha654v"))))
     (build-system gnu-build-system)
     (native-inputs
      (list xfce4-dev-tools))

Reply via email to