From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50808) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e0ZE5-00052I-MG for guix-patches@gnu.org; Fri, 06 Oct 2017 16:28:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e0ZE3-0008Kd-Az for guix-patches@gnu.org; Fri, 06 Oct 2017 16:28:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:44939) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e0ZE3-0008KT-6u for guix-patches@gnu.org; Fri, 06 Oct 2017 16:28:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e0ZE3-0005Ps-0t for guix-patches@gnu.org; Fri, 06 Oct 2017 16:28:03 -0400 Subject: [bug#28726] [PATCH 5/5] gnu: python: Update python-sqlparse. Resent-Message-ID: From: Christopher Baines Date: Fri, 6 Oct 2017 21:27:02 +0100 Message-Id: <20171006202702.1511-5-mail@cbaines.net> In-Reply-To: <20171006202702.1511-1-mail@cbaines.net> References: <20171006202702.1511-1-mail@cbaines.net> 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: 28726@debbugs.gnu.org * gnu/packages/python.scm (python-sqlparse)[version]: 0.1.19 -> 0.2.4. [source]: Update the sha256 hash. --- 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 6489bb415..8362696e9 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -11548,13 +11548,13 @@ multiple processes (imagine multiprocessing, billiard, futures, celery etc). (define-public python-sqlparse (package (name "python-sqlparse") - (version "0.1.19") + (version "0.2.4") (source (origin (method url-fetch) (uri (pypi-uri "sqlparse" version)) (sha256 (base32 - "1s2fvaxgh9kqzrd6iwy5h7i61ckn05plx9np13zby93z3hdbx5nq")))) + "1v3xh0bkfhb262dbndgzhivpnhdwavdzz8jjhx9vx0xbrx2880nf")))) (build-system python-build-system) (arguments `(#:phases -- 2.14.2