[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: qpwgraph: Update to 0.8.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: qpwgraph: Update to 0.8.0. |
Date: |
Tue, 19 Nov 2024 04:12:15 -0500 |
This is an automated email from the git hooks/post-receive script.
andreas pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 1bf01c970d gnu: qpwgraph: Update to 0.8.0.
1bf01c970d is described below
commit 1bf01c970dbe9c205897fadfb9f4854d0d4ab4cd
Author: Sughosha <sughosha@disroot.org>
AuthorDate: Sun Nov 17 21:44:40 2024 +0530
gnu: qpwgraph: Update to 0.8.0.
* gnu/packages/audio.scm (qpwgraph): Update to 0.8.0.
Change-Id: I1af53ba0c05dbfec02bbb25b64825d457ffcfb4b
Signed-off-by: Andreas Enge <andreas@enge.fr>
---
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 8ef87264a0..33fabb063d 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -6521,7 +6521,7 @@ and DSD streams.")
(define-public qpwgraph
(package
(name "qpwgraph")
- (version "0.6.3")
+ (version "0.8.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -6530,7 +6530,7 @@ and DSD streams.")
(file-name (git-file-name name version))
(sha256
(base32
- "04ddcrc1r9il275jzcmr3wpii1is0s3hifc3a3h4aamxf1facdcr"))))
+ "036qzc2sjxa1lvysf7shyjkp1jyjkpalgxf74bgyzm89phqac7cc"))))
(build-system cmake-build-system)
(arguments
(list #:tests? #f)) ; no tests
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: qpwgraph: Update to 0.8.0.,
guix-commits <=