From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36822) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e1E3h-00010p-9H for guix-patches@gnu.org; Sun, 08 Oct 2017 12:04:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e1E3g-0007A1-Fk for guix-patches@gnu.org; Sun, 08 Oct 2017 12:04:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:47888) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e1E3g-00079s-BV for guix-patches@gnu.org; Sun, 08 Oct 2017 12:04:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e1E3g-0005mp-0G for guix-patches@gnu.org; Sun, 08 Oct 2017 12:04:04 -0400 Subject: [bug#28726] [PATCH 5/6] gnu: python: Update python-sqlparse. Resent-Message-ID: From: Christopher Baines Date: Sun, 8 Oct 2017 17:03:51 +0100 Message-Id: <20171008160352.10325-5-mail@cbaines.net> In-Reply-To: <20171008160352.10325-1-mail@cbaines.net> References: <20171008160352.10325-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 eb98f5f13..8b2ed6612 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -11561,13 +11561,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