[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/12: gnu: qjackctl: Update to 0.9.7.
From: |
guix-commits |
Subject: |
03/12: gnu: qjackctl: Update to 0.9.7. |
Date: |
Wed, 25 May 2022 13:24:33 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 7b570a69044a93cfc8c2c0a31822e9e0ca8fbfd9
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 22 02:00:00 2022 +0200
gnu: qjackctl: Update to 0.9.7.
* gnu/packages/audio.scm (qjackctl): Update to 0.9.7.
---
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 6b16269670..3639fe4b1a 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2974,14 +2974,14 @@ different audio devices such as ALSA or PulseAudio.")
(define-public qjackctl
(package
(name "qjackctl")
- (version "0.9.6")
+ (version "0.9.7")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/qjackctl/qjackctl/"
version "/qjackctl-" version ".tar.gz"))
(sha256
(base32
- "0sqni9ppwadc01fnyqj6lkwy30ql1vccqglv9imd3zdchffjpjir"))))
+ "104hfvr15v8cbkzil8slrqj48y3fl7lx060alj80q1sjh5hl6j2j"))))
(build-system cmake-build-system)
(arguments
'(#:tests? #f)) ; no check target
- 10/12: gnu: lynis: Update to 3.0.8., (continued)
- 10/12: gnu: lynis: Update to 3.0.8., guix-commits, 2022/05/25
- 04/12: gnu: libbytesize: Update to 2.6., guix-commits, 2022/05/25
- 12/12: gnu: parallel: Update to 20220522., guix-commits, 2022/05/25
- 07/12: gnu: python-cli-helpers: Update to 2.2.1., guix-commits, 2022/05/25
- 05/12: gnu: libbytesize: Remove input labels., guix-commits, 2022/05/25
- 09/12: gnu: pelican: Update to 4.7.2., guix-commits, 2022/05/25
- 11/12: gnu: lynis: Work., guix-commits, 2022/05/25
- 01/12: gnu: toybox: Update to 0.8.7., guix-commits, 2022/05/25
- 08/12: gnu: litecli: Update to 1.8.0., guix-commits, 2022/05/25
- 06/12: gnu: libhx: Update to 4.3., guix-commits, 2022/05/25
- 03/12: gnu: qjackctl: Update to 0.9.7.,
guix-commits <=