guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: qpwgraph: Update to 0.3.5.


From: guix-commits
Subject: 03/03: gnu: qpwgraph: Update to 0.3.5.
Date: Thu, 1 Sep 2022 11:43:29 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 618699cb521c3ba8c896c24e313728076658b4c0
Author: Josselin Poiret <dev@jpoiret.xyz>
AuthorDate: Thu Sep 1 14:55:49 2022 +0200

    gnu: qpwgraph: Update to 0.3.5.
    
    * gnu/packages/audio.scm (qpwgraph): Do it.
    
    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 8795caef71..663123e638 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -5843,7 +5843,7 @@ and DSD streams.")
 (define-public qpwgraph
   (package
     (name "qpwgraph")
-    (version "0.3.4")
+    (version "0.3.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -5852,7 +5852,7 @@ and DSD streams.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1xqmlbqj6ny4cpclzr8xyy6d6i392h9f1vmlbasp6xfy5b0yya94"))))
+                "01f4zabn22dp0yl7szxck6gkbayk1p5iqajfgzls7mdkba7515b6"))))
     (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]