From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 26 09:50:25 2025 Received: (at submit) by debbugs.gnu.org; 26 Feb 2025 14:50:25 +0000 Received: from localhost ([127.0.0.1]:51902 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tnIjx-0005uf-El for submit@debbugs.gnu.org; Wed, 26 Feb 2025 09:50:25 -0500 Received: from lists.gnu.org ([2001:470:142::17]:33244) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tnIjt-0005tF-RT for submit@debbugs.gnu.org; Wed, 26 Feb 2025 09:50:22 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tnIjo-0001t9-8B for guix-patches@gnu.org; Wed, 26 Feb 2025 09:50:16 -0500 Received: from confino.investici.org ([93.190.126.19]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tnIjl-0004Jn-9K for guix-patches@gnu.org; Wed, 26 Feb 2025 09:50:15 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1740581401; bh=jx799k3QXUVOlF1P6Hvsv8StYLtG3NCrFOSEDREsNC4=; h=From:To:Cc:Subject:Date:From; b=JeBChoaYWxJt/we8hpIRIQ9IAb4nhoPevIBQr+aDCXt1UmnMjQCKjGCgCQOo3M7SN He9KyXxmQX1i3u6oPQm7wivxvl/rMtR+wErtq7iMD2veKGx9qDbhnqrZHESfB94FyZ UBIiD12CsBVoEvzL0EFlTNix3bB+Rk91vzFqV9q8= Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4Z2y7F3TM5z112N; Wed, 26 Feb 2025 14:50:01 +0000 (UTC) Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4Z2y7F22v4z10w5; Wed, 26 Feb 2025 14:50:01 +0000 (UTC) From: Cayetano Santos To: guix-patches@gnu.org Subject: [PATCH] gnu: python-aiohttp: Update to 3.11.12. Date: Wed, 26 Feb 2025 15:49:36 +0100 Message-ID: <0739b720f1d35adae1f83332d33267ef3f39977f.1740581376.git.csantosb@inventati.org> X-Mailer: git-send-email 2.48.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=93.190.126.19; envelope-from=csantosb@inventati.org; helo=confino.investici.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Cayetano Santos X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) * gnu/packages/python-web.scm (python-aiohttp): Update to 3.11.12. Change-Id: I39e225a7696e5e49a89309378b633f7622ba9958 --- gnu/packages/python-web.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index defa2a6c3a..e94a426621 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -949,13 +949,13 @@ (define-public python-aiosignal (define-public python-aiohttp (package (name "python-aiohttp") - (version "3.11.11") + (version "3.11.12") (source (origin (method url-fetch) (uri (pypi-uri "aiohttp" version)) (sha256 - (base32 "0gihj076nm3863sqfnbh786621w1ad7lj7fq88d85wzbwvqwfjdv")) + (base32 "1c37fwhqma6a29751cpm59cnww0bg9wf5fz11hb8c6svswkcl0vn")) (snippet #~(begin (use-modules ((guix build utils))) base-commit: 90ee330bafc5a95493f9cdae2e32ddf740104ebc -- 2.48.1