guix_mirror_bot pushed a commit to branch master
in repository guix.
commit cb99adc57f7a01d89e46dd2d55901cd0d98db7c5
Author: 宋文武 <[email protected]>
AuthorDate: Thu Jan 1 11:00:26 2026 +0800
gnu: pavucontrol-qt: Update to 2.3.0.
* gnu/packages/lxqt.scm (pavucontrol-qt): Update to 2.3.0.
Change-Id: I6b496b023f3bda979f8d36ea48a2428732318b21
---
gnu/packages/lxqt.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index 31652fcd32..d6ecd49a40 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -928,14 +928,14 @@ window manager OpenBox.")
(define-public pavucontrol-qt
(package
(name "pavucontrol-qt")
- (version "2.2.0")
+ (version "2.3.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/lxqt/" name
"/releases/download/"
version "/" name "-" version ".tar.xz"))
(sha256
- (base32 "1sdf221hq6z0haairwb4n29v7pjzgzf355r3m0iks0y1d9117lpi"))))
+ (base32 "1gbgxnhhif8qhx3arzz69spamvll6gv0d1p650fmy85m32a05kdm"))))
(build-system cmake-build-system)
(inputs
(list glib qtbase pulseaudio))