GNU bug report logs -
#48346
[PATCH] gnu: pulseaudio: Update to 14.2
Previous Next
Reported by: Felipe Balbi <balbi <at> kernel.org>
Date: Tue, 11 May 2021 11:49:02 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 11 May 2021 16:09:19 -0400
with message-id <YJrkb2oygrHc3/aO <at> 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 <at> gnu.org.)
--
48346: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48346
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
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.
This bug report was last modified 4 years and 63 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.