mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: qpwgraph: Update to 0.5.2.
* gnu/packages/audio.scm (qpwgraph): Update to 0.5.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
483bdcdb97
commit
a7c3de8133
1 changed files with 2 additions and 2 deletions
|
@ -6254,7 +6254,7 @@ (define-public odio-sacd
|
|||
(define-public qpwgraph
|
||||
(package
|
||||
(name "qpwgraph")
|
||||
(version "0.4.5")
|
||||
(version "0.5.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -6263,7 +6263,7 @@ (define-public qpwgraph
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"06pgkma0i9dbir74cfhgnnkqjcq8z496by4lk1whqcj7j9ldbi2l"))))
|
||||
"186c3s56py8xjasbp4380m9sqdba9mf7mppqz8hkli1nhbspbix9"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments (list #:tests? #f)) ;; no tests
|
||||
(inputs (list alsa-lib
|
||||
|
|
Loading…
Reference in a new issue