From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33055) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dlJJz-0003ox-M5 for guix-patches@gnu.org; Fri, 25 Aug 2017 14:27:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dlJJu-0002p4-MC for guix-patches@gnu.org; Fri, 25 Aug 2017 14:27:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46254) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dlJJu-0002og-IZ for guix-patches@gnu.org; Fri, 25 Aug 2017 14:27:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dlJJu-0001Z6-9w for guix-patches@gnu.org; Fri, 25 Aug 2017 14:27:02 -0400 Subject: [bug#28235] [PATCH 1/3] gnu: Update python-lxml to 3.8.0. References: <878ti7tsli.fsf@gnu.org> In-Reply-To: <878ti7tsli.fsf@gnu.org> Resent-Message-ID: From: Roel Janssen Date: Fri, 25 Aug 2017 20:25:55 +0200 Message-ID: <877exrtsgc.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain 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: 28235@debbugs.gnu.org * gnu/packages/python.scm (python-lxml): Update to 3.8.0. --- gnu/packages/python.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 4bd777c09..9bf46fb6f 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -6117,14 +6117,14 @@ translate the complete SQLite API into Python.") (define-public python-lxml (package (name "python-lxml") - (version "3.6.0") + (version "3.8.0") (source (origin (method url-fetch) (uri (pypi-uri "lxml" version)) (sha256 (base32 - "1pvbmiy2m7jwv493kilbghhj2pkh8wy1na3ji350vhzhlwlclx4w")))) + "15nvf6n285n282682qyw3wihsncb0x5amdhyi4b83bfa2nz74vvk")))) (build-system python-build-system) (inputs `(("libxml2" ,libxml2) -- 2.14.1