guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 54dc06a21efef6139c3cb8a6c34ea95fbbb83bd7
Author: Sughosha <[email protected]>
AuthorDate: Sun Oct 26 17:34:48 2025 +0530

    gnu: qpwgraph: Update to 0.9.6.
    
    * gnu/packages/audio.scm (qpwgraph): Update to 0.9.6.
    
    Change-Id: I12de5451c16d5d682b7035d703f8f829f1c3191e
---
 gnu/packages/audio.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 6241bc8ee6..85ac59a9d1 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -7626,7 +7626,7 @@ and DSD streams.")
 (define-public qpwgraph
   (package
     (name "qpwgraph")
-    (version "0.8.0")
+    (version "0.9.6")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -7635,7 +7635,7 @@ and DSD streams.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "036qzc2sjxa1lvysf7shyjkp1jyjkpalgxf74bgyzm89phqac7cc"))))
+                "17f84qp0vphw0qbgi4yzvws19cw1lppn5r35niy032gw8qr7l6nf"))))
     (build-system cmake-build-system)
     (arguments
      (list #:tests? #f))                ; no tests

Reply via email to