gnu: pavucontrol-qt: Update to 1.3.0.

* gnu/packages/lxqt.scm (pavucontrol-qt): Update to 1.3.0.
This commit is contained in:
宋文武 2023-04-27 20:59:12 +08:00
parent 77f8dfe844
commit af090c8d2b
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -930,14 +930,14 @@ (define-public obconf-qt
(define-public pavucontrol-qt (define-public pavucontrol-qt
(package (package
(name "pavucontrol-qt") (name "pavucontrol-qt")
(version "1.2.0") (version "1.3.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/lxqt/" name "/releases/download/" (uri (string-append "https://github.com/lxqt/" name "/releases/download/"
version "/" name "-" version ".tar.xz")) version "/" name "-" version ".tar.xz"))
(sha256 (sha256
(base32 "19r3wgs18mc0m4l8znwhycf137xcd53119ribwb069g4j6hiyvz3")))) (base32 "0alxsz9q1lw3jc9qv18w9rc1ggib8x85mk3d7c17nbsvld5wfwmc"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(inputs (inputs
(list glib pcre pulseaudio qtbase-5 qtx11extras)) (list glib pcre pulseaudio qtbase-5 qtx11extras))