[PATCH] gnu: pavucontrol: Update to 4.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Michael Rohleder
  • Mathieu Othacehe
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 5 years ago
(address . guix-patches@gnu.org)
87y2n1edot.fsf@rohleder.de
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.
---
gnu/packages/pulseaudio.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (32 lines)
diff --git a/gnu/packages/pulseaudio.scm b/gnu/packages/pulseaudio.scm
index 58c7e5bd7d..dd34297135 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
--
2.27.0
--
Remember, God could only create the world in 6 days because he didn't
have an established user base.
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl8iZDIACgkQfHr/vv7y
yyV7Vwf+NoFd3LYrTj5ZUU3Ypue0+VnmkyR9ds4d8khosTY34UIMID+M53DKhAXC
NmOU+Cxgapz+qf89pwMtf53QwLbSDRBxjFcPZpCCmP1F3HWCLXRPf2VJZvQMLC1i
K1XaKPoxuFveBsNA7YPv/DQ1EYPFIKbeRx3dmliKEHoY8sw+gkva4kR9m21Eg3Sv
eZ7d3RBAUHyfIL5Ks9NvDoK4hBfNaCBWJlgtg3jf+tJbfrDiRPUen3EeL8Mceroa
5r4pTo10XB+s+RBeJDgJVAoHPjHD2ITz5fM9O6XFgrQyO8P1yU85dcB9ddvYGmYn
aCxRCMpecDGdAP/tIdsroXpZL/yQmQ==
=nur1
-----END PGP SIGNATURE-----

Mathieu Othacehe wrote 5 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 42614-done@debbugs.gnu.org)
873656c21w.fsf@gnu.org
Hey,

Toggle quote (2 lines)
> * gnu/packages/pulseaudio.scm (pavucontrol): Update to 4.0.

Pushed as c7fe7f2c2431606f6b123f4b5e6df94a84f6eac5, with a dirty commit
message because I went too fast. Sorry about that.

Thanks,

Mathieu
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 42614@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 42614
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help