guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: qpwgraph: Update to 0.6.2.


From: guix-commits
Subject: 02/08: gnu: qpwgraph: Update to 0.6.2.
Date: Mon, 5 Feb 2024 17:31:59 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit eec108eb65b833e6fb7f01ca16b65d6528b513c8
Author: Juliana Sims <juli@incana.org>
AuthorDate: Wed Jan 24 20:27:36 2024 -0500

    gnu: qpwgraph: Update to 0.6.2.
    
    * gnu/packages/audio.scm (qpwgraph): Update to 0.6.2.
    
    Change-Id: I4b05ea71f08dd4c5bcc59f2a86069ad068f4a84f
    Signed-off-by: Ludovic Courtès <ludo@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 4a84f8ccdf..a57c7bb341 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -6311,7 +6311,7 @@ and DSD streams.")
 (define-public qpwgraph
   (package
     (name "qpwgraph")
-    (version "0.6.0")
+    (version "0.6.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -6320,7 +6320,7 @@ and DSD streams.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "17jl347rwagdyx6pgnp83l1ffhlyfl0s4jf7ii2i1j3s1m9sz7y0"))))
+                "0185hxbwqxhjiyym0s7bmrm50f3p4bnvx92qqmgvg3zd7r1x8m8s"))))
     (build-system cmake-build-system)
     (arguments
      (list #:tests? #f))                ; no tests



reply via email to

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