mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: qjackctl: Update to 0.5.6.
* gnu/packages/audio.scm (qjackctl): Update to 0.5.6.
This commit is contained in:
parent
9d4e42dcfb
commit
0b75db34d4
1 changed files with 3 additions and 3 deletions
|
@ -2120,17 +2120,17 @@ (define-public pcaudiolib
|
||||||
(define-public qjackctl
|
(define-public qjackctl
|
||||||
(package
|
(package
|
||||||
(name "qjackctl")
|
(name "qjackctl")
|
||||||
(version "0.5.5")
|
(version "0.5.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/qjackctl/qjackctl/"
|
(uri (string-append "mirror://sourceforge/qjackctl/qjackctl/"
|
||||||
version "/qjackctl-" version ".tar.gz"))
|
version "/qjackctl-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1rzzqa39a6llr52vjkjr0a86nc776kmr5xs52qqga8ms9697psz5"))))
|
"0wlmbb9m7cf3wr7c2h2hji18592x2b119m7mx85wksjs6rjaq2mj"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ;; no check target
|
'(#:tests? #f ; no check target
|
||||||
;; Disable xunique to prevent X hanging when starting qjackctl in
|
;; Disable xunique to prevent X hanging when starting qjackctl in
|
||||||
;; tiling window managers such as StumpWM or i3
|
;; tiling window managers such as StumpWM or i3
|
||||||
;; (see https://github.com/rncbc/qjackctl/issues/13).
|
;; (see https://github.com/rncbc/qjackctl/issues/13).
|
||||||
|
|
Loading…
Reference in a new issue