guix-patches
[Top][All Lists]
Advanced

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

[bug#34895] [PATCH 09/18] gnu: xfce-pulseaudio-plugin: Update to 0.4.1.


From: Kei Kebreau
Subject: [bug#34895] [PATCH 09/18] gnu: xfce-pulseaudio-plugin: Update to 0.4.1.
Date: Sun, 17 Mar 2019 12:04:14 -0400

* gnu/packages/xfce.scm (xfce-pulseaudio-plugin): Update to 0.4.1.
---
 gnu/packages/xfce.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 766b8973b3..89ebcfad3d 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -378,15 +378,15 @@ matching them against regular expressions.")
 (define-public xfce4-pulseaudio-plugin
   (package
     (name "xfce4-pulseaudio-plugin")
-    (version "0.2.3")
+    (version "0.4.1")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://archive.xfce.org/src/panel-plugins/";
+              (uri (string-append "https://archive.xfce.org/src/panel-plugins/";
                                   name "/" (version-major+minor version) "/"
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "0crvb2gyxbnlf46712arg3m2vqx81dixqhqdwss0bngpijy3ca78"))))
+                "1w29y0a066y8as12xrkbfqcn7dpdsvx97idzw7028gmcvca87a3c"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("intltool" ,intltool)
-- 
2.21.0






reply via email to

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