[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#68704] [PATCH] gnu: qpwgraph: Update to 0.6.2.
From: |
Juliana Sims |
Subject: |
[bug#68704] [PATCH] gnu: qpwgraph: Update to 0.6.2. |
Date: |
Wed, 24 Jan 2024 20:27:36 -0500 |
Hello,
This patch simply updates qpwgraph to the latest version.
Thanks,
Juli
* gnu/packages/audio.scm (qpwgraph): Update to 0.6.2.
Change-Id: I4b05ea71f08dd4c5bcc59f2a86069ad068f4a84f
---
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 4a84f8ccdf..a57c7bb341 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -6311,7 +6311,7 @@ (define-public odio-sacd
(define-public qpwgraph
(package
(name "qpwgraph")
- (version "0.6.0")
+ (version "0.6.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -6320,7 +6320,7 @@ (define-public qpwgraph
(file-name (git-file-name name version))
(sha256
(base32
- "17jl347rwagdyx6pgnp83l1ffhlyfl0s4jf7ii2i1j3s1m9sz7y0"))))
+ "0185hxbwqxhjiyym0s7bmrm50f3p4bnvx92qqmgvg3zd7r1x8m8s"))))
(build-system cmake-build-system)
(arguments
(list #:tests? #f)) ; no tests
base-commit: ffa73f8ef2a6cb2b93deb38b1c88a94707e7d907
--
2.41.0
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#68704] [PATCH] gnu: qpwgraph: Update to 0.6.2.,
Juliana Sims <=