gnu: python-sqlparse: Update to 0.4.1.

* gnu/packages/databases.scm (python-sqlparse): Update to 0.4.1.
This commit is contained in:
Marius Bakke 2021-05-05 18:20:17 +02:00
parent a1cd01e622
commit 314f96421e
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -3508,13 +3508,13 @@ (define-public python2-trollius-redis
(define-public python-sqlparse
(package
(name "python-sqlparse")
(version "0.3.1")
(version "0.4.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "sqlparse" version))
(sha256
(base32
"0j652a6z7bdf6c77aczfn8m8b2nsr1bcqq48wzghf8vi6wvj0qp1"))))
"1s2l0jgi1v7rk7smzb99iamasaz22apfkczsphn3ci4wh8pgv48g"))))
(build-system python-build-system)
(arguments
`(#:phases