mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: pavucontrol-qt: Update to 2.3.0.
* gnu/packages/lxqt.scm (pavucontrol-qt): Update to 2.3.0. Change-Id: I6b496b023f3bda979f8d36ea48a2428732318b21
This commit is contained in:
parent
075697b16b
commit
cb99adc57f
1 changed files with 2 additions and 2 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue