GNU bug report logs -
#33558
update qjackctl version to 0.5.5
Previous Next
Reported by: nly <nly <at> disroot.org>
Date: Fri, 30 Nov 2018 18:12:02 UTC
Severity: normal
Done: iyzsong <at> member.fsf.org (宋文武)
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#33558: update qjackctl version to 0.5.5
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 33558 <at> debbugs.gnu.org.
--
33558: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=33558
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
nly <nly <at> disroot.org> writes:
>>From 88fc6be14546d3e41bfb4ab886775bbc1e04dae1 Mon Sep 17 00:00:00 2001
> From: Amar Singh <nly <at> dsiroot.org>
> Date: Fri, 30 Nov 2018 23:25:37 +0530
> Subject: [PATCH] bump qjackctl version to 0.5.5
>
Hello, thanks for the update. I have modify the commit messages to
match our rules:
gnu: qjackctl: Update 0.5.5.
* gnu/packages/audio.scm (qjackctl): Update to 0.5.5.
Pushed, thank you!
[Message part 3 (message/rfc822, inline)]
From 88fc6be14546d3e41bfb4ab886775bbc1e04dae1 Mon Sep 17 00:00:00 2001
From: Amar Singh <nly <at> dsiroot.org>
Date: Fri, 30 Nov 2018 23:25:37 +0530
Subject: [PATCH] bump qjackctl version to 0.5.5
---
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 b58d574fc..b6920786d 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2112,14 +2112,14 @@ and ALSA.")
(define-public qjackctl
(package
(name "qjackctl")
- (version "0.5.4")
+ (version "0.5.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/qjackctl/qjackctl/"
version "/qjackctl-" version ".tar.gz"))
(sha256
(base32
- "0qr71nb93gkz5q53nfcl5g168z173wc6s8w1yjs3rfn3m4hg0bcq"))))
+ "1rzzqa39a6llr52vjkjr0a86nc776kmr5xs52qqga8ms9697psz5"))))
(build-system gnu-build-system)
(arguments
'(#:tests? #f)) ; no check target
--
2.19.2
This bug report was last modified 6 years and 172 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.