guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: gnu: qpwgraph: Update to 0.6.0.


From: guix-commits
Subject: 03/05: gnu: qpwgraph: Update to 0.6.0.
Date: Sun, 26 Nov 2023 08:50:18 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit f423f0fb5bf3da9cf6b54a21653d3bbac561d3d1
Author: Juliana Sims <juli@incana.org>
AuthorDate: Thu Nov 23 17:26:36 2023 -0500

    gnu: qpwgraph: Update to 0.6.0.
    
    * gnu/packages/audio.scm (qpwgraph): Update to 0.6.0.
    
    Change-Id: Ib9a20a12f8f4516e8e61340f962536a94a2a81dc
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 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 7c49ba1841..e4fe4c2da7 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -6320,7 +6320,7 @@ and DSD streams.")
 (define-public qpwgraph
   (package
     (name "qpwgraph")
-    (version "0.5.3")
+    (version "0.6.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -6329,7 +6329,7 @@ and DSD streams.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1i9p8gqm9swa2szr7i8rf3dhqxlaqjslb6yd5s9z1rs1jdb9lhp7"))))
+                "17jl347rwagdyx6pgnp83l1ffhlyfl0s4jf7ii2i1j3s1m9sz7y0"))))
     (build-system cmake-build-system)
     (arguments
      (list #:tests? #f))                ; no tests



reply via email to

[Prev in Thread] Current Thread [Next in Thread]