From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:49742) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1icu8k-0005NU-2z for guix-patches@gnu.org; Thu, 05 Dec 2019 11:38:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1icu8h-0004k7-OM for guix-patches@gnu.org; Thu, 05 Dec 2019 11:38:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:39120) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1icu8g-0004jc-0L for guix-patches@gnu.org; Thu, 05 Dec 2019 11:38:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1icu8f-0003C7-Tx for guix-patches@gnu.org; Thu, 05 Dec 2019 11:38:01 -0500 Subject: [bug#38501] [PATCH] gnu: qbittorrent: Update to 4.2.0. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:48863) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1icu8P-00051d-Eo for guix-patches@gnu.org; Thu, 05 Dec 2019 11:37:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1icu8O-000498-3P for guix-patches@gnu.org; Thu, 05 Dec 2019 11:37:45 -0500 Received: from mout02.posteo.de ([185.67.36.66]:41023) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1icu8N-00044J-HG for guix-patches@gnu.org; Thu, 05 Dec 2019 11:37:43 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 423B22400FB for ; Thu, 5 Dec 2019 17:37:35 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 47TLws4k86z9rxR for ; Thu, 5 Dec 2019 17:37:32 +0100 (CET) From: Brett Gilio Date: Thu, 05 Dec 2019 10:37:24 -0600 Message-ID: <87k17ad8zf.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-qbittorrent-Update-to-4.2.0.patch Content-Description: [PATCH] gnu: qbittorrent: Update to 4.2.0. 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: 38501@debbugs.gnu.org >From f696795bdd03ec9eca2b9a29121fb52b7be93e3a Mon Sep 17 00:00:00 2001 From: Brett Gilio Date: Thu, 5 Dec 2019 10:36:27 -0600 Subject: [PATCH] gnu: qbittorrent: Update to 4.2.0. * gnu/packages/bittorrent.scm (qbittorrent): Update to 4.2.0. --- gnu/packages/bittorrent.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm index 8ef017845f..bcbf22e36d 100644 --- a/gnu/packages/bittorrent.scm +++ b/gnu/packages/bittorrent.scm @@ -416,7 +416,7 @@ desktops.") (define-public qbittorrent (package (name "qbittorrent") - (version "4.1.9.1") + (version "4.2.0") (source (origin (method git-fetch) @@ -425,7 +425,7 @@ desktops.") (commit (string-append "release-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "19zgqlby7i1kr20wa4zd99qzd062a879xxxbmlf40rnqiqy4bhyi")))) + (base32 "17vm6aa2k8k1q14z9r2r06c794bcr4m0l0fdsn08wid6mj1zjsbx")))) (build-system gnu-build-system) (arguments `(#:configure-flags -- 2.24.0