all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: pavucontrol: Update to 3.0
@ 2015-08-17  7:45 Jeff Mickey
  2015-08-17  7:51 ` Jeff Mickey
  0 siblings, 1 reply; 3+ messages in thread
From: Jeff Mickey @ 2015-08-17  7:45 UTC (permalink / raw)
  To: guix-devel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-pavucontrol-Update-to-3.0.patch --]
[-- Type: text/x-patch, Size: 1181 bytes --]

From 198a627aaec3020b83da6818b7131ca0659fff41 Mon Sep 17 00:00:00 2001
From: Jeff Mickey <j@codemac.net>
Date: Mon, 17 Aug 2015 00:42:05 -0700
Subject: [PATCH] gnu: pavucontrol: Update to 3.0

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

diff --git a/gnu/packages/pulseaudio.scm b/gnu/packages/pulseaudio.scm
index 6eb16de..d832228 100644
--- a/gnu/packages/pulseaudio.scm
+++ b/gnu/packages/pulseaudio.scm
@@ -188,7 +188,7 @@ sound server.")
 (define-public pavucontrol
   (package
     (name "pavucontrol")
-    (version "2.0")
+    (version "3.0")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -197,8 +197,7 @@ sound server.")
                    ".tar.xz"))
              (sha256
               (base32
-               "02s775m1531sshwlbvfddk3pz8zjmwkv1sgzggn386ja3gc9vwi2"))
-             (patches (list (search-patch "pavucontrol-sigsegv.patch")))))
+               "14486c6lmmirkhscbfygz114f6yzf97h35n3h3pdr27w4mdfmlmk"))))
     (build-system gnu-build-system)
     (inputs
      `(("libcanberra" ,libcanberra)
-- 
2.4.3


[-- Attachment #2: Type: text/plain, Size: 15 bytes --]


  //  codemac

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-08-20 16:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-17  7:45 [PATCH] gnu: pavucontrol: Update to 3.0 Jeff Mickey
2015-08-17  7:51 ` Jeff Mickey
2015-08-20 15:53   ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.