mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: pavucontrol-qt: Update to 1.2.0.
* gnu/packages/lxqt.scm (pavucontrol-qt): Update to 1.2.0.
This commit is contained in:
parent
18e53bd145
commit
114d2e0080
1 changed files with 2 additions and 2 deletions
|
@ -930,14 +930,14 @@ (define-public obconf-qt
|
|||
(define-public pavucontrol-qt
|
||||
(package
|
||||
(name "pavucontrol-qt")
|
||||
(version "1.1.0")
|
||||
(version "1.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
||||
version "/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0y3ql25cmg1cmzjvadf7zcb58hh69gcslvr944sxxhaqp4daz10v"))))
|
||||
(base32 "19r3wgs18mc0m4l8znwhycf137xcd53119ribwb069g4j6hiyvz3"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs
|
||||
(list glib pcre pulseaudio qtbase-5 qtx11extras))
|
||||
|
|
Loading…
Reference in a new issue