mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: qpwgraph: Update to 0.3.4.
* gnu/packages/audio.scm (qpwgraph): Update to 0.3.4.
This commit is contained in:
parent
a2e57f6017
commit
cdb5b560af
1 changed files with 2 additions and 2 deletions
|
@ -5841,7 +5841,7 @@ (define-public odio-sacd
|
||||||
(define-public qpwgraph
|
(define-public qpwgraph
|
||||||
(package
|
(package
|
||||||
(name "qpwgraph")
|
(name "qpwgraph")
|
||||||
(version "0.3.2")
|
(version "0.3.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -5850,7 +5850,7 @@ (define-public qpwgraph
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zja4klvzbfwi14ihiahl8zm869h0c1yrpfkzvixxjcps372hh07"))))
|
"1xqmlbqj6ny4cpclzr8xyy6d6i392h9f1vmlbasp6xfy5b0yya94"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ;; no tests
|
`(#:tests? #f)) ;; no tests
|
||||||
|
|
Loading…
Reference in a new issue