guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: qpwgraph: Update to 0.3.4.


From: guix-commits
Subject: 01/05: gnu: qpwgraph: Update to 0.3.4.
Date: Thu, 21 Jul 2022 10:28:48 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit cdb5b560af84abe00a39198592cafa6bf92d8990
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Jul 17 18:56:31 2022 -0400

    gnu: qpwgraph: Update to 0.3.4.
    
    * gnu/packages/audio.scm (qpwgraph): Update to 0.3.4.
---
 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 bab9d66a2d..262994c998 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -5841,7 +5841,7 @@ and DSD streams.")
 (define-public qpwgraph
   (package
     (name "qpwgraph")
-    (version "0.3.2")
+    (version "0.3.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -5850,7 +5850,7 @@ and DSD streams.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1zja4klvzbfwi14ihiahl8zm869h0c1yrpfkzvixxjcps372hh07"))))
+                "1xqmlbqj6ny4cpclzr8xyy6d6i392h9f1vmlbasp6xfy5b0yya94"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f))    ;; no tests



reply via email to

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