mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: qpwgraph: Update to 0.8.0.
* gnu/packages/audio.scm (qpwgraph): Update to 0.8.0. Change-Id: I1af53ba0c05dbfec02bbb25b64825d457ffcfb4b Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
3c92a633c3
commit
1bf01c970d
1 changed files with 2 additions and 2 deletions
|
@ -6521,7 +6521,7 @@ and DSD streams.")
|
|||
(define-public qpwgraph
|
||||
(package
|
||||
(name "qpwgraph")
|
||||
(version "0.6.3")
|
||||
(version "0.8.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -6530,7 +6530,7 @@ and DSD streams.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"04ddcrc1r9il275jzcmr3wpii1is0s3hifc3a3h4aamxf1facdcr"))))
|
||||
"036qzc2sjxa1lvysf7shyjkp1jyjkpalgxf74bgyzm89phqac7cc"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f)) ; no tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue