From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50745) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gSnGq-0002ei-9J for guix-patches@gnu.org; Fri, 30 Nov 2018 13:12:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gSnGl-0001nO-8h for guix-patches@gnu.org; Fri, 30 Nov 2018 13:12:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:52384) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gSnGk-0001mq-Im for guix-patches@gnu.org; Fri, 30 Nov 2018 13:12:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gSnGk-0003zV-CW for guix-patches@gnu.org; Fri, 30 Nov 2018 13:12:02 -0500 Subject: [bug#33558] update qjackctl version to 0.5.5 Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50428) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gSnFs-0001MH-1w for guix-patches@gnu.org; Fri, 30 Nov 2018 13:11:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gSnFn-0001LE-8o for guix-patches@gnu.org; Fri, 30 Nov 2018 13:11:07 -0500 Received: from knopi.disroot.org ([178.21.23.139]:51940) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gSnFm-0001KM-Nc for guix-patches@gnu.org; Fri, 30 Nov 2018 13:11:03 -0500 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id CC6F538677 for ; Fri, 30 Nov 2018 19:11:01 +0100 (CET) Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4xi2z4bzF6yv for ; Fri, 30 Nov 2018 19:11:01 +0100 (CET) From: nly Date: Fri, 30 Nov 2018 23:40:58 +0530 Message-ID: <87r2f25tcd.fsf@disroot.org> Mime-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 33558@debbugs.gnu.org >From 88fc6be14546d3e41bfb4ab886775bbc1e04dae1 Mon Sep 17 00:00:00 2001 From: Amar Singh 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