diff options
| author | 宋文武 <iyzsong@member.fsf.org> | 2022-11-28 11:14:01 +0800 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2022-11-28 11:14:01 +0800 |
| commit | 114d2e00801050704a2e7d98189623af2ecc699f (patch) | |
| tree | 577066c6471e5ed6a6e4cfe6cba9dcb9b99d955f /gnu | |
| parent | 18e53bd145ef9c63238fc0be3cb11b016012f548 (diff) | |
gnu: pavucontrol-qt: Update to 1.2.0.
* gnu/packages/lxqt.scm (pavucontrol-qt): Update to 1.2.0.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/lxqt.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm index f5fc8745551..60856c9e049 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm | |||
| @@ -930,14 +930,14 @@ window manager OpenBox.") | |||
| 930 | (define-public pavucontrol-qt | 930 | (define-public pavucontrol-qt |
| 931 | (package | 931 | (package |
| 932 | (name "pavucontrol-qt") | 932 | (name "pavucontrol-qt") |
| 933 | (version "1.1.0") | 933 | (version "1.2.0") |
| 934 | (source | 934 | (source |
| 935 | (origin | 935 | (origin |
| 936 | (method url-fetch) | 936 | (method url-fetch) |
| 937 | (uri (string-append "https://github.com/lxqt/" name "/releases/download/" | 937 | (uri (string-append "https://github.com/lxqt/" name "/releases/download/" |
| 938 | version "/" name "-" version ".tar.xz")) | 938 | version "/" name "-" version ".tar.xz")) |
| 939 | (sha256 | 939 | (sha256 |
| 940 | (base32 "0y3ql25cmg1cmzjvadf7zcb58hh69gcslvr944sxxhaqp4daz10v")))) | 940 | (base32 "19r3wgs18mc0m4l8znwhycf137xcd53119ribwb069g4j6hiyvz3")))) |
| 941 | (build-system cmake-build-system) | 941 | (build-system cmake-build-system) |
| 942 | (inputs | 942 | (inputs |
| 943 | (list glib pcre pulseaudio qtbase-5 qtx11extras)) | 943 | (list glib pcre pulseaudio qtbase-5 qtx11extras)) |
