guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: pavucontrol: Update to 4.0.


From: guix-commits
Subject: branch master updated: gnu: pavucontrol: Update to 4.0.
Date: Sat, 01 Aug 2020 02:27:14 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c7fe7f2  gnu: pavucontrol: Update to 4.0.
c7fe7f2 is described below

commit c7fe7f2c2431606f6b123f4b5e6df94a84f6eac5
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Thu Jul 30 08:09:54 2020 +0200

    gnu: pavucontrol: Update to 4.0.
    
    From 5312ae2b7bff23268a6546ce89cd349f3183bd2c Mon Sep 17 00:00:00 2001
    From: Michael Rohleder <mike@rohleder.de>
    Date: Thu, 30 Jul 2020 08:08:38 +0200
    Subject: [PATCH] gnu: pavucontrol: Update to 4.0.
    
    * gnu/packages/pulseaudio.scm (pavucontrol): Update to 4.0.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 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 58c7e5b..dd34297 100644
--- a/gnu/packages/pulseaudio.scm
+++ b/gnu/packages/pulseaudio.scm
@@ -11,6 +11,7 @@
 ;;; Copyright © 2019 Alex Griffin <a@ajgrf.com>
 ;;; Copyright © 2019 Mathieu Othacehe <m.othacehe@gmail.com>
 ;;; Copyright © 2020 Amin Bandali <bandali@gnu.org>
+;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -248,7 +249,7 @@ sound server.")
 (define-public pavucontrol
   (package
     (name "pavucontrol")
-    (version "3.0")
+    (version "4.0")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -257,7 +258,7 @@ sound server.")
                    ".tar.xz"))
              (sha256
               (base32
-               "14486c6lmmirkhscbfygz114f6yzf97h35n3h3pdr27w4mdfmlmk"))))
+               "1qhlkl3g8d7h72xjskii3g1l7la2cavwp69909pzmbi2jyn5pi4g"))))
     (build-system glib-or-gtk-build-system)
     (inputs
      `(("adwaita-icon-theme" ,adwaita-icon-theme)          ;hard-coded theme



reply via email to

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