[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28726] [PATCH 5/6] gnu: python: Update python-sqlparse.
From: |
Christopher Baines |
Subject: |
[bug#28726] [PATCH 5/6] gnu: python: Update python-sqlparse. |
Date: |
Sun, 8 Oct 2017 17:03:51 +0100 |
* 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
[bug#28726] [PATCH 1/6] gnu: django: Fix the build for python-django-gravatar2., Christopher Baines, 2017/10/08