guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/09: gnu: xfce4-volumed-pulse: Update to 0.2.4.


From: guix-commits
Subject: 06/09: gnu: xfce4-volumed-pulse: Update to 0.2.4.
Date: Tue, 1 Aug 2023 07:41:39 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit 945f43d13486baff6674b4d4090908f42805faa0
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Tue Aug 1 19:29:40 2023 +0800

    gnu: xfce4-volumed-pulse: Update to 0.2.4.
    
    * gnu/packages/xfce.scm (xfce4-volumed-pulse): Update to 0.2.4.
---
 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 f0ac762d3c..def09555c7 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1529,7 +1529,7 @@ A plugin for the Xfce panel is also available.")
 (define-public xfce4-volumed-pulse
   (package
     (name "xfce4-volumed-pulse")
-    (version "0.2.3")
+    (version "0.2.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/apps/";
@@ -1537,7 +1537,7 @@ A plugin for the Xfce panel is also available.")
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "1q639iwwj7q2plgz0wdgdbi5wkgaq177ca9rnnlrnbdmid5z5fqk"))))
+                "0ql3hlciffjs981jp21hg6phrk25crh64yc01fm0l75k4vvf66d0"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      (list intltool pkg-config))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]