[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/08: gnu: qpwgraph: Update to 0.6.2.
From: |
guix-commits |
Subject: |
02/08: gnu: qpwgraph: Update to 0.6.2. |
Date: |
Mon, 5 Feb 2024 17:31:59 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit eec108eb65b833e6fb7f01ca16b65d6528b513c8
Author: Juliana Sims <juli@incana.org>
AuthorDate: Wed Jan 24 20:27:36 2024 -0500
gnu: qpwgraph: Update to 0.6.2.
* gnu/packages/audio.scm (qpwgraph): Update to 0.6.2.
Change-Id: I4b05ea71f08dd4c5bcc59f2a86069ad068f4a84f
Signed-off-by: Ludovic Courtès <ludo@gnu.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 4a84f8ccdf..a57c7bb341 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -6311,7 +6311,7 @@ and DSD streams.")
(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 @@ and DSD streams.")
(file-name (git-file-name name version))
(sha256
(base32
- "17jl347rwagdyx6pgnp83l1ffhlyfl0s4jf7ii2i1j3s1m9sz7y0"))))
+ "0185hxbwqxhjiyym0s7bmrm50f3p4bnvx92qqmgvg3zd7r1x8m8s"))))
(build-system cmake-build-system)
(arguments
(list #:tests? #f)) ; no tests
- branch master updated (14210b7f58 -> 857507117d), guix-commits, 2024/02/05
- 01/08: linux-container: Inherit essential services., guix-commits, 2024/02/05
- 04/08: gnu: Add font-oswald., guix-commits, 2024/02/05
- 02/08: gnu: qpwgraph: Update to 0.6.2.,
guix-commits <=
- 03/08: gnu: emacs-desktop-environment: Update to 0.5.0-0.bc1153a., guix-commits, 2024/02/05
- 06/08: gnu: fmt-10: Update to 10.2.1., guix-commits, 2024/02/05
- 07/08: gnu: xsnow: Update to 3.7.7., guix-commits, 2024/02/05
- 05/08: gnu: spdlog: Update to 1.13.0., guix-commits, 2024/02/05
- 08/08: gnu: texstudio: Update to 4.7.2., guix-commits, 2024/02/05