[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/203: gnu: pulseaudio: Update to 14.2.
From: |
guix-commits |
Subject: |
04/203: gnu: pulseaudio: Update to 14.2. |
Date: |
Wed, 3 Nov 2021 21:09:41 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit a67c0e2c1333dbc5bad5da48c0f6feae94682d40
Author: Brice Waegeneire <brice@waegenei.re>
AuthorDate: Fri Feb 5 09:00:28 2021 +0100
gnu: pulseaudio: Update to 14.2.
* gnu/packages/pulseaudio.scm (pulseaudio): Update to 14.2.
---
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 4639c45..1557bdb 100644
--- a/gnu/packages/pulseaudio.scm
+++ b/gnu/packages/pulseaudio.scm
@@ -14,6 +14,7 @@
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
;;; Copyright © 2020 Pierre Neidhardt <mail@ambrevar.xyz>
;;; Copyright © 2020 Marius Bakke <marius@gnu.org>
+;;; Copyright © 2021 Brice Waegeneire <brice@waegenei.re>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -192,7 +193,7 @@ rates.")
(define-public pulseaudio
(package
(name "pulseaudio")
- (version "14.0")
+ (version "14.2")
(source (origin
(method url-fetch)
(uri (string-append
@@ -200,7 +201,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
- branch core-updates-frozen-batched-changes created (now 1f5cff2), guix-commits, 2021/11/03
- 04/203: gnu: pulseaudio: Update to 14.2.,
guix-commits <=
- 02/203: gnu: gst-plugins-base: Depend on Opus for all systems., guix-commits, 2021/11/03
- 28/203: gnu: python-pygobject: Update to 3.40.1., guix-commits, 2021/11/03
- 13/203: gnu: libnotify: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/11/03
- 10/203: gnu: gdk-pixbuf+svg: Fix typo in comment., guix-commits, 2021/11/03
- 23/203: gnu: gst-plugins-ugly: Update to 1.18.4., guix-commits, 2021/11/03
- 24/203: gnu: gst-libav: Update to 1.18.4., guix-commits, 2021/11/03
- 36/203: gnu: python-sphinxcontrib-htmlhelp: Update to 2.0.0., guix-commits, 2021/11/03
- 35/203: gnu: gnupg: Update to 2.2.30., guix-commits, 2021/11/03
- 41/203: gnu: gst-plugins-base: Update to 1.19.2., guix-commits, 2021/11/03
- 44/203: gnu: gst-plugins-bad: Update to 1.19.2., guix-commits, 2021/11/03