gnu: qpwgraph: Update to 0.6.0.
* gnu/packages/audio.scm (qpwgraph): Update to 0.6.0. Change-Id: Ib9a20a12f8f4516e8e61340f962536a94a2a81dc Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
fbdcb31e13
commit
f423f0fb5b
1 changed files with 2 additions and 2 deletions
|
@ -6320,7 +6320,7 @@ and DSD streams.")
|
||||||
(define-public qpwgraph
|
(define-public qpwgraph
|
||||||
(package
|
(package
|
||||||
(name "qpwgraph")
|
(name "qpwgraph")
|
||||||
(version "0.5.3")
|
(version "0.6.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -6329,7 +6329,7 @@ and DSD streams.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1i9p8gqm9swa2szr7i8rf3dhqxlaqjslb6yd5s9z1rs1jdb9lhp7"))))
|
"17jl347rwagdyx6pgnp83l1ffhlyfl0s4jf7ii2i1j3s1m9sz7y0"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? #f)) ; no tests
|
(list #:tests? #f)) ; no tests
|
||||||
|
|
Reference in a new issue