guix-commits
[Top][All Lists]
Advanced

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

06/12: gnu: qpwgraph: Update to 0.5.2.


From: guix-commits
Subject: 06/12: gnu: qpwgraph: Update to 0.5.2.
Date: Wed, 16 Aug 2023 17:16:40 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit a7c3de81339c078d2fb73fb8bcdb8c147c6e3cbc
Author: Juliana Sims <juli@incana.org>
AuthorDate: Wed Aug 9 22:56:45 2023 -0400

    gnu: qpwgraph: Update to 0.5.2.
    
    * gnu/packages/audio.scm (qpwgraph): Update to 0.5.2.
    
    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 ac7c4784b0..9099a82b24 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -6254,7 +6254,7 @@ and DSD streams.")
 (define-public qpwgraph
   (package
     (name "qpwgraph")
-    (version "0.4.5")
+    (version "0.5.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -6263,7 +6263,7 @@ and DSD streams.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "06pgkma0i9dbir74cfhgnnkqjcq8z496by4lk1whqcj7j9ldbi2l"))))
+                "186c3s56py8xjasbp4380m9sqdba9mf7mppqz8hkli1nhbspbix9"))))
     (build-system cmake-build-system)
     (arguments (list #:tests? #f)) ;; no tests
     (inputs (list alsa-lib



reply via email to

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