GNU bug report logs -
#64885
[PATCH] gnu: qpwgraph: Update to 0.5.1.
Previous Next
Reported by: Juliana Sims <juli <at> incana.org>
Date: Thu, 27 Jul 2023 03:38:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hello,
This patch supercedes the previous one and updates qpwgraph to its latest release.
Thanks,
Juli
* gnu/packages/audio.scm (qpwgraph): Update to 0.5.2.
---
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 8c15189b2b..5c369cdfdd 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -6253,7 +6253,7 @@ (define-public odio-sacd
(define-public qpwgraph
(package
(name "qpwgraph")
- (version "0.4.5")
+ (version "0.5.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -6262,7 +6262,7 @@ (define-public qpwgraph
(file-name (git-file-name name version))
(sha256
(base32
- "06pgkma0i9dbir74cfhgnnkqjcq8z496by4lk1whqcj7j9ldbi2l"))))
+ "186c3s56py8xjasbp4380m9sqdba9mf7mppqz8hkli1nhbspbix9"))))
(build-system cmake-build-system)
(arguments (list #:tests? #f)) ;; no tests
(inputs (list alsa-lib
base-commit: 90e34d25d5e7c14b7f3293a78f3cdad676c0d035
--
2.41.0
This bug report was last modified 1 year and 279 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.