[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: qjackctl: Update to 0.9.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: qjackctl: Update to 0.9.0. |
Date: |
Sat, 26 Dec 2020 15:24:58 -0500 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 7bcd1f9 gnu: qjackctl: Update to 0.9.0.
7bcd1f9 is described below
commit 7bcd1f90d3860bdbb9bf4751191d328c156edfd4
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Sun Dec 20 09:46:04 2020 +0100
gnu: qjackctl: Update to 0.9.0.
* gnu/packages/audio.scm (qjackctl): Update to 0.9.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
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 4acc345..820b75b 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2667,14 +2667,14 @@ different audio devices such as ALSA or PulseAudio.")
(define-public qjackctl
(package
(name "qjackctl")
- (version "0.6.3")
+ (version "0.9.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/qjackctl/qjackctl/"
version "/qjackctl-" version ".tar.gz"))
(sha256
(base32
- "0zbb4jlx56qvcqyhx34mbagkqf3wbxgj84hk0ppf5cmcrxv67d4x"))))
+ "1gaabf2ncd5xd846fjm3k5d0kzphlyc33k9pralc2j3r3g0cb5ji"))))
(build-system gnu-build-system)
(arguments
'(#:tests? #f)) ; no check target
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: qjackctl: Update to 0.9.0.,
guix-commits <=