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

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

bug#48346: closed ([PATCH] gnu: pulseaudio: Update to 14.2)


From: GNU bug Tracking System
Subject: bug#48346: closed ([PATCH] gnu: pulseaudio: Update to 14.2)
Date: Tue, 11 May 2021 20:10:02 +0000

Your message dated Tue, 11 May 2021 16:09:19 -0400
with message-id <YJrkb2oygrHc3/aO@jasmine.lan>
and subject line Re: [bug#48346] [PATCH] gnu: pulseaudio: Update to 14.2
has caused the debbugs.gnu.org bug report #48346,
regarding [PATCH] gnu: pulseaudio: Update to 14.2
to be marked as done.

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


-- 
48346: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48346
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: pulseaudio: Update to 14.2 Date: Tue, 11 May 2021 14:48:23 +0300
* gnu/packages/pulseaudio.scm (pulseaudio): Update to 14.0.
---
 gnu/packages/pulseaudio.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/pulseaudio.scm b/gnu/packages/pulseaudio.scm
index ea61dd807c76..a4475ea1265c 100644
--- a/gnu/packages/pulseaudio.scm
+++ b/gnu/packages/pulseaudio.scm
@@ -180,7 +180,7 @@ rates.")
 (define-public pulseaudio
   (package
     (name "pulseaudio")
-    (version "14.0")
+    (version "14.2")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -188,7 +188,7 @@ rates.")
                    name "-" version ".tar.xz"))
              (sha256
               (base32
-               "0qf20rgg0ysrnvg3359j56ndls07qmfn5rsy9r85bc42jdfpfd58"))
+               "1wb6zyln49ca93rl9id8r873b2sb8l79122ck824kr0s5isgglvm"))
              (modules '((guix build utils)))
              (snippet
               ;; Disable console-kit support by default since it's deprecated
-- 
2.31.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#48346] [PATCH] gnu: pulseaudio: Update to 14.2 Date: Tue, 11 May 2021 16:09:19 -0400
On Tue, May 11, 2021 at 03:13:28PM +0300, Felipe Balbi wrote:
> * gnu/packages/pulseaudio.scm (pulseaudio): Update to 14.2.

Thanks for the patch!

We already have this update on the 'staging' branch:

https://git.savannah.gnu.org/cgit/guix.git/commit/?h=staging&id=36c1372d649e7f4f7039c070394b5b2d55e630c3

Here is more information about the different development branches:

https://guix.gnu.org/manual/devel/en/html_node/Submitting-Patches.html

Basically, `guix refresh -l pulseaudio` shows that ~1300 packages depend
on Pulseaudio transitively, so it qualifies for 'staging', which is for
packages with between 300 and 1800 transitive dependencies.


--- End Message ---

reply via email to

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