[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: qpwgraph: Update to 0.5.3.
From: |
guix-commits |
Subject: |
02/03: gnu: qpwgraph: Update to 0.5.3. |
Date: |
Sun, 17 Sep 2023 17:48:39 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 591dbeb124596f032675993caad720f4e9f71cae
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 10 02:00:00 2023 +0200
gnu: qpwgraph: Update to 0.5.3.
* gnu/packages/audio.scm (qpwgraph): Update to 0.5.3.
---
gnu/packages/audio.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 48a4f8d536..3ab496bcdf 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -6287,7 +6287,7 @@ and DSD streams.")
(define-public qpwgraph
(package
(name "qpwgraph")
- (version "0.5.2")
+ (version "0.5.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -6296,9 +6296,10 @@ and DSD streams.")
(file-name (git-file-name name version))
(sha256
(base32
- "186c3s56py8xjasbp4380m9sqdba9mf7mppqz8hkli1nhbspbix9"))))
+ "1i9p8gqm9swa2szr7i8rf3dhqxlaqjslb6yd5s9z1rs1jdb9lhp7"))))
(build-system cmake-build-system)
- (arguments (list #:tests? #f)) ;; no tests
+ (arguments
+ (list #:tests? #f)) ; no tests
(inputs (list alsa-lib
libxkbcommon
pipewire