GNU bug report logs -
#28379
[PATCH] gnu: pulseaudio: Update to 11.0.
Previous Next
Reported by: Oleg Pykhalov <go.wigust <at> gmail.com>
Date: Thu, 7 Sep 2017 07:36:02 UTC
Severity: normal
Tags: patch
Done: Mathieu Othacehe <m.othacehe <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[0001-gnu-pulseaudio-Update-to-11.0.patch (text/x-patch, inline)]
From af245f3289d14a6f6cc6e5454e64a47241517cf1 Mon Sep 17 00:00:00 2001
From: Oleg Pykhalov <go.wigust <at> gmail.com>
Date: Thu, 7 Sep 2017 08:23:43 +0300
Subject: [PATCH] gnu: pulseaudio: Update to 11.0.
* gnu/packages/pulseaudio.scm (pulseaudio): Update to 11.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 846c174fa..c280c58e1 100644
--- a/gnu/packages/pulseaudio.scm
+++ b/gnu/packages/pulseaudio.scm
@@ -119,7 +119,7 @@ rates.")
(define-public pulseaudio
(package
(name "pulseaudio")
- (version "10.0")
+ (version "11.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -127,7 +127,7 @@ rates.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0mrg8qvpwm4ifarzphl3749p7p050kdx1l6mvsaj03czvqj6h653"))
+ "0sf92knqkvqmfhrbz4vlsagzqlps72wycpmln5dygicg07a0a8q7"))
(modules '((guix build utils)))
(snippet
;; Disable console-kit support by default since it's deprecated
--
2.14.1
This bug report was last modified 7 years and 262 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.