me
/
guix
Archived
1
0
Fork 0

gnu: python-sqlparse: Update to 0.4.3.

* gnu/packages/databases.scm (python-sqlparse): Update to 0.4.3.
master
Tobias Geerinckx-Rice 2022-12-11 01:00:00 +01:00
parent daaaa4ba03
commit 02ddd4410d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -4105,13 +4105,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.4.2") (version "0.4.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "sqlparse" version)) (uri (pypi-uri "sqlparse" version))
(sha256 (sha256
(base32 (base32
"1bkx52c2jh28c528b69qfk2ijfzw1laxx6lim7jr8fi6fh67600c")))) "0s3jyllg0ka0n7pgqfng1hzvh39li853dr40qcp4s4dv8r481jk9"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases