diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2023-04-27 20:59:12 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-05-03 09:30:20 +0800 |
commit | af090c8d2b92ee0f529f8deaaa0f39cb95437963 (patch) | |
tree | 7b45f98271aa11d906079c0df13549400f5c682e /gnu | |
parent | 77f8dfe844c03b78953c3a1b51d8af9a39de3834 (diff) | |
download | guix-af090c8d2b92ee0f529f8deaaa0f39cb95437963.tar.gz |
gnu: pavucontrol-qt: Update to 1.3.0.
* gnu/packages/lxqt.scm (pavucontrol-qt): Update to 1.3.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 7d9d0dd60a..1312e23c9b 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -930,14 +930,14 @@ window manager OpenBox.") (define-public pavucontrol-qt (package (name "pavucontrol-qt") - (version "1.2.0") + (version "1.3.0") (source (origin (method url-fetch) (uri (string-append "https://github.com/lxqt/" name "/releases/download/" version "/" name "-" version ".tar.xz")) (sha256 - (base32 "19r3wgs18mc0m4l8znwhycf137xcd53119ribwb069g4j6hiyvz3")))) + (base32 "0alxsz9q1lw3jc9qv18w9rc1ggib8x85mk3d7c17nbsvld5wfwmc")))) (build-system cmake-build-system) (inputs (list glib pcre pulseaudio qtbase-5 qtx11extras)) |