guix-commits
[Top][All Lists]
Advanced

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

15/16: gnu: qpwgraph: Update to 0.4.5.


From: guix-commits
Subject: 15/16: gnu: qpwgraph: Update to 0.4.5.
Date: Sat, 15 Jul 2023 18:15:08 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit df6ea7416f085cc95b6f9d6ae9c06560cbe74a42
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 9 02:00:01 2023 +0200

    gnu: qpwgraph: Update to 0.4.5.
    
    * gnu/packages/audio.scm (qpwgraph): Update to 0.4.5.
---
 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 447b0ea78c..1156be5f65 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -6236,7 +6236,7 @@ and DSD streams.")
 (define-public qpwgraph
   (package
     (name "qpwgraph")
-    (version "0.4.4")
+    (version "0.4.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -6245,7 +6245,7 @@ and DSD streams.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "05j98y8j3f0dybaal6qawq9nsrvr1hylsnig4yk6si16mhb32y7l"))))
+                "06pgkma0i9dbir74cfhgnnkqjcq8z496by4lk1whqcj7j9ldbi2l"))))
     (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]