From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id CO8pGwA2gl+rXgAA0tVLHw (envelope-from ) for ; Sat, 10 Oct 2020 22:30:24 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id iKcEFwA2gl9GRQAAbx9fmQ (envelope-from ) for ; Sat, 10 Oct 2020 22:30:24 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 2171C940414 for ; Sat, 10 Oct 2020 22:30:24 +0000 (UTC) Received: from localhost ([::1]:45580 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kRNNf-0002qU-15 for larch@yhetil.org; Sat, 10 Oct 2020 18:30:23 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38648) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kRNNL-0002o1-7v for guix-patches@gnu.org; Sat, 10 Oct 2020 18:30:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55501) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kRNNK-0001dC-TX for guix-patches@gnu.org; Sat, 10 Oct 2020 18:30:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kRNNK-0007Ca-Q7 for guix-patches@gnu.org; Sat, 10 Oct 2020 18:30:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43915] [PATCH 3/3] gnu: python-breathe: Update to 4.22.1. Resent-From: Simon South Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 10 Oct 2020 22:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43915 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43915@debbugs.gnu.org Cc: Simon South Received: via spool by 43915-submit@debbugs.gnu.org id=B43915.160236894527584 (code B ref 43915); Sat, 10 Oct 2020 22:30:02 +0000 Received: (at 43915) by debbugs.gnu.org; 10 Oct 2020 22:29:05 +0000 Received: from localhost ([127.0.0.1]:38813 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kRNMP-0007Aq-En for submit@debbugs.gnu.org; Sat, 10 Oct 2020 18:29:05 -0400 Received: from mailout.easymail.ca ([64.68.200.34]:44222) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kRNMN-00079v-G5 for 43915@debbugs.gnu.org; Sat, 10 Oct 2020 18:29:03 -0400 Received: from localhost (localhost [127.0.0.1]) by mailout.easymail.ca (Postfix) with ESMTP id 457CEC20F1; Sat, 10 Oct 2020 22:28:58 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at emo04-pco.easydns.vpn Received: from mailout.easymail.ca ([127.0.0.1]) by localhost (emo04-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id I1UUavirpeEr; Sat, 10 Oct 2020 22:28:58 +0000 (UTC) Received: from localhost.localdomain (unknown [108.162.141.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mailout.easymail.ca (Postfix) with ESMTPSA id 95E22C1092; Sat, 10 Oct 2020 22:28:55 +0000 (UTC) From: Simon South Date: Sat, 10 Oct 2020 18:24:22 -0400 Message-Id: X-Mailer: git-send-email 2.25.2 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -3.3 (---) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: 5.49 X-TUID: +tWJwKIWbd8/ * gnu/packages/sphinx.scm (python-breathe): Update to 4.22.1. --- gnu/packages/sphinx.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm index 476632a378..bdfe82d93e 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm @@ -556,14 +556,14 @@ and several other projects.") (define-public python-breathe (package (name "python-breathe") - (version "4.13.1") + (version "4.22.1") (source (origin (method url-fetch) (uri (pypi-uri "breathe" version)) (sha256 (base32 - "1aw749n2ry27434qd7gr99dvsrs3x3chyi9aywmhjj1g4m2j6xf6")))) + "0snk538xv60z4vfhl3f7v5g658za7257hddkg07cknkn33k6cjvf")))) (build-system python-build-system) (propagated-inputs `(("python-docutils" ,python-docutils) -- 2.28.0