me
/
guix
Archived
1
0
Fork 0

gnu: python-sqlparse: Update to 0.4.1.

* gnu/packages/databases.scm (python-sqlparse): Update to 0.4.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -3508,13 +3508,13 @@ is designed to have a low barrier to entry.")
(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