emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#42614: closed ([PATCH] gnu: pavucontrol: Update to 4.0.)


From: GNU bug Tracking System
Subject: bug#42614: closed ([PATCH] gnu: pavucontrol: Update to 4.0.)
Date: Sat, 01 Aug 2020 06:29:01 +0000

Your message dated Sat, 01 Aug 2020 08:28:43 +0200
with message-id <873656c21w.fsf@gnu.org>
and subject line Re: [bug#42614] [PATCH] gnu: pavucontrol: Update to 4.0.
has caused the debbugs.gnu.org bug report #42614,
regarding [PATCH] gnu: pavucontrol: Update to 4.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
42614: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42614
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: pavucontrol: Update to 4.0. Date: Thu, 30 Jul 2020 08:09:54 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
From 5312ae2b7bff23268a6546ce89cd349f3183bd2c Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de>
Date: Thu, 30 Jul 2020 08:08:38 +0200
Subject: [PATCH] gnu: pavucontrol: Update to 4.0.

* gnu/packages/pulseaudio.scm (pavucontrol): Update to 4.0.
---
 gnu/packages/pulseaudio.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/pulseaudio.scm b/gnu/packages/pulseaudio.scm
index 58c7e5bd7d..dd34297135 100644
--- a/gnu/packages/pulseaudio.scm
+++ b/gnu/packages/pulseaudio.scm
@@ -11,6 +11,7 @@
 ;;; Copyright © 2019 Alex Griffin <a@ajgrf.com>
 ;;; Copyright © 2019 Mathieu Othacehe <m.othacehe@gmail.com>
 ;;; Copyright © 2020 Amin Bandali <bandali@gnu.org>
+;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -248,7 +249,7 @@ sound server.")
 (define-public pavucontrol
   (package
     (name "pavucontrol")
-    (version "3.0")
+    (version "4.0")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -257,7 +258,7 @@ sound server.")
                    ".tar.xz"))
              (sha256
               (base32
-               "14486c6lmmirkhscbfygz114f6yzf97h35n3h3pdr27w4mdfmlmk"))))
+               "1qhlkl3g8d7h72xjskii3g1l7la2cavwp69909pzmbi2jyn5pi4g"))))
     (build-system glib-or-gtk-build-system)
     (inputs
      `(("adwaita-icon-theme" ,adwaita-icon-theme)          ;hard-coded theme
-- 
2.27.0

-- 
Remember, God could only create the world in 6 days because he didn't
have an established user base.

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: [bug#42614] [PATCH] gnu: pavucontrol: Update to 4.0. Date: Sat, 01 Aug 2020 08:28:43 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hey,

> * gnu/packages/pulseaudio.scm (pavucontrol): Update to 4.0.

Pushed as c7fe7f2c2431606f6b123f4b5e6df94a84f6eac5, with a dirty commit
message because I went too fast. Sorry about that.

Thanks,

Mathieu


--- End Message ---

reply via email to

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