This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch next-master
in repository guix.

The following commit(s) were added to refs/heads/next-master by this push:
     new 93d4bbe9b3 gnu: qpwgraph: Update to 0.9.8.
93d4bbe9b3 is described below

commit 93d4bbe9b3cce3cc4af0d563e84ff34a364b682b
Author: Patrick Norton <[email protected]>
AuthorDate: Fri Jan 9 16:38:56 2026 -0500

    gnu: qpwgraph: Update to 0.9.8.
    
    * gnu/packages/audio.scm (qpwgraph): Update to 0.9.8.
    
    Change-Id: I2cb95180cc3b198e540453afc117bbad1ef7af28
    Signed-off-by: Gabriel Wicki <[email protected]>
---
 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 3049231fcc..18b31d3e30 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -7744,7 +7744,7 @@ and DSD streams.")
 (define-public qpwgraph
   (package
     (name "qpwgraph")
-    (version "0.9.7")
+    (version "0.9.8")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -7753,7 +7753,7 @@ and DSD streams.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1j3na9svy0rvz84rl9g2szl3rqxfyi5rqk1i12hdiwnyi6q7ppxi"))))
+                "1d45qzjiixjmzjpaa04qvnz69bpf6dhlcq56zrgps507rr413fbx"))))
     (build-system cmake-build-system)
     (arguments
      (list #:tests? #f))                ; no tests

Reply via email to