guix_mirror_bot pushed a commit to branch master
in repository guix.

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

    gnu: xfce4-volumed-pulse: Update to 0.3.0.
    
    * gnu/packages/xfce.scm (xfce4-volumed-pulse): Update to 0.3.0.
    
    Change-Id: I39774eb62a3f76f01e5850c84cf3abaeade153a2
---
 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 23bab7f3fb..6fde4d272d 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1708,7 +1708,7 @@ A plugin for the Xfce panel is also available.")
 (define-public xfce4-volumed-pulse
   (package
     (name "xfce4-volumed-pulse")
-    (version "0.2.5")
+    (version "0.3.0")
     (source
      (origin
        (method git-fetch)
@@ -1717,7 +1717,7 @@ A plugin for the Xfce panel is also available.")
              (commit (string-append name "-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0vr20rm81kd0av85zvfghzbczs4ahkxi1n4qn4hikqnb67iwrcq3"))))
+        (base32 "01m8cim3c3g1pq2haxacwpcg5nsdk2hq5plcxiicy3jdbazfmnsd"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      (list xfce4-dev-tools))

Reply via email to