mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-sqlparse: Update to 0.4.1.
* gnu/packages/databases.scm (python-sqlparse): Update to 0.4.1.
This commit is contained in:
parent
a1cd01e622
commit
314f96421e
1 changed files with 2 additions and 2 deletions
|
@ -3508,13 +3508,13 @@ is designed to have a low barrier to entry.")
|
||||||
(define-public python-sqlparse
|
(define-public python-sqlparse
|
||||||
(package
|
(package
|
||||||
(name "python-sqlparse")
|
(name "python-sqlparse")
|
||||||
(version "0.3.1")
|
(version "0.4.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "sqlparse" version))
|
(uri (pypi-uri "sqlparse" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0j652a6z7bdf6c77aczfn8m8b2nsr1bcqq48wzghf8vi6wvj0qp1"))))
|
"1s2l0jgi1v7rk7smzb99iamasaz22apfkczsphn3ci4wh8pgv48g"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue