[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: qpwgraph: Update to 0.3.9.
From: |
guix-commits |
Subject: |
branch master updated: gnu: qpwgraph: Update to 0.3.9. |
Date: |
Mon, 16 Jan 2023 03:06:08 -0500 |
This is an automated email from the git hooks/post-receive script.
iyzsong pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new f094c3831f gnu: qpwgraph: Update to 0.3.9.
f094c3831f is described below
commit f094c3831f382b7299a2aaa04d85f4b27320e9ec
Author: Juliana Sims <jtsims@protonmail.com>
AuthorDate: Sun Jan 1 13:29:56 2023 -0600
gnu: qpwgraph: Update to 0.3.9.
* gnu/packages/audio.scm (qpwgraph): Update to 0.3.9.
Signed-off-by: 宋文武 <iyzsong@member.fsf.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 d72cf0ca87..240af9762a 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -6034,7 +6034,7 @@ and DSD streams.")
(define-public qpwgraph
(package
(name "qpwgraph")
- (version "0.3.7")
+ (version "0.3.9")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -6043,7 +6043,7 @@ and DSD streams.")
(file-name (git-file-name name version))
(sha256
(base32
- "05zbwikixxp5524ps7bd0i4xialgnp1m201rfvlz284sm40wk1vv"))))
+ "1zdqgn2a139bazazbccpb65zn7qdynndwm9mafq54nkpa7n7lri8"))))
(build-system cmake-build-system)
(arguments (list #:tests? #f)) ;; no tests
(inputs (list alsa-lib
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: qpwgraph: Update to 0.3.9.,
guix-commits <=