From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:43708) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jBDdv-0005ER-B9 for guix-patches@gnu.org; Mon, 09 Mar 2020 04:20:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jBDdt-0006BV-GA for guix-patches@gnu.org; Mon, 09 Mar 2020 04:20:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:43763) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jBDdr-0006Al-QR for guix-patches@gnu.org; Mon, 09 Mar 2020 04:20:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jBDdr-0004ic-Lg for guix-patches@gnu.org; Mon, 09 Mar 2020 04:20:03 -0400 Subject: [bug#39777] [PATCH V3 09/11] gnu: python-tomlkit: Update to 0.5.11. Resent-Message-ID: From: Tanguy Le Carrour Date: Mon, 9 Mar 2020 09:18:25 +0100 Message-Id: <20200309081827.13489-9-tanguy@bioneland.org> In-Reply-To: <20200309081827.13489-1-tanguy@bioneland.org> References: <20200309081827.13489-1-tanguy@bioneland.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: 39777@debbugs.gnu.org Cc: Tanguy Le Carrour * gnu/packages/python-xyz.scm (python-tomlkit): Update to 0.5.11. --- gnu/packages/python-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 199abcd445..65f0780ab8 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -10712,14 +10712,14 @@ docstring and colored output.") (define-public python-tomlkit (package (name "python-tomlkit") - (version "0.5.8") + (version "0.5.11") (source (origin (method url-fetch) (uri (pypi-uri "tomlkit" version)) (sha256 (base32 - "0sf2a4q61kf344hjbw8kb6za1hlccl89j9lzqw0l2zpddp0hrh9j")))) + "1kq1663iqxgwrmb883n55ypi5axnixla2hrby9g2x227asifsi7h")))) (build-system python-build-system) (native-inputs `(("python-pytest" ,python-pytest))) -- 2.25.1