From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:52097) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iz575-0005mc-Tc for guix-patches@gnu.org; Tue, 04 Feb 2020 15:48:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iz574-00087Z-Qv for guix-patches@gnu.org; Tue, 04 Feb 2020 15:48:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:38858) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iz574-000879-MF for guix-patches@gnu.org; Tue, 04 Feb 2020 15:48:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iz574-0003aL-LN for guix-patches@gnu.org; Tue, 04 Feb 2020 15:48:02 -0500 Subject: [bug#39426] [PATCH] gnu: gpodder: Update to 3.10.13. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:50810) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iz564-0005Ji-2Z for guix-patches@gnu.org; Tue, 04 Feb 2020 15:47:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iz562-0001mq-KQ for guix-patches@gnu.org; Tue, 04 Feb 2020 15:46:59 -0500 Received: from mout.gmx.net ([212.227.17.22]:53537) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iz562-0001Tu-3z for guix-patches@gnu.org; Tue, 04 Feb 2020 15:46:58 -0500 Received: from labiere ([80.44.68.146]) by mail.gmx.com (mrgmx104 [212.227.17.174]) with ESMTPSA (Nemesis) id 1MoO24-1jIkdz2S9g-00omyf for ; Tue, 04 Feb 2020 21:46:55 +0100 From: Pierre Langlois Date: Tue, 04 Feb 2020 20:46:54 +0000 Message-ID: <87k152krlt.fsf@gmx.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" 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: 39426@debbugs.gnu.org --=-=-= Content-Type: text/plain Hello Guix! Here's a quick patch to update gpodder. Thanks, Pierre --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: attachment; filename=0001-gnu-gpodder-Update-to-3.10.13.patch Content-Transfer-Encoding: quoted-printable >From f3657100c956937e3750a3b2e999741d9ef823a9 Mon Sep 17 00:00:00 2001 From: Pierre Langlois Date: Tue, 4 Feb 2020 20:43:25 +0000 Subject: [PATCH] gnu: gpodder: Update to 3.10.13. * gnu/packages/gpodder.scm (gpodder): Update to 3.10.13. --- gnu/packages/gpodder.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gpodder.scm b/gnu/packages/gpodder.scm index 040793b4f6..8e7c961929 100644 --- a/gnu/packages/gpodder.scm +++ b/gnu/packages/gpodder.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright =C2=A9 2019 Pierre Langlois +;;; Copyright =C2=A9 2019, 2020 Pierre Langlois ;;; ;;; This file is part of GNU Guix. ;;; @@ -37,7 +37,7 @@ (define-public gpodder (package (name "gpodder") - (version "3.10.11") + (version "3.10.13") (source (origin (method git-fetch) @@ -46,7 +46,7 @@ (commit version))) (sha256 (base32 - "15f5z3cnch9lpzbz73l4wjykv9n74y8djz5db53la2ql4ihaxfz9")) + "1h542syaxsx1hslfzlk3fx1nbp190zjw35kigw7a1kx1jwvfwapg")) (file-name (git-file-name name version)))) (build-system python-build-system) (native-inputs --=20 2.25.0 --=-=-=--