gnu: python-sql: Update to 1.3.0.

* gnu/packages/databases.scm (python-sql): Update to 1.3.0.
This commit is contained in:
Hartmut Goebel 2021-09-16 19:06:35 +02:00
parent 33bc3fb2a5
commit b7ef1e4efb
No known key found for this signature in database
GPG key ID: 634A8DFFD3F631DF

View file

@ -3638,13 +3638,13 @@ (define-public python-sqlparse
(define-public python-sql
(package
(name "python-sql")
(version "1.0.0")
(version "1.3.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "python-sql" version))
(sha256
(base32 "05ni936y0ia9xmryl7mlhbj9i80nnvq1bi4zxhb96rv7yvpb3fqb"))))
(base32 "0xnimfzlxj1ddrb5xj3s4gaii278a0gpxrvwmdmrdxgjfdi3lq4x"))))
(build-system python-build-system)
(home-page "https://python-sql.tryton.org/")
(synopsis "Library to write SQL queries in a pythonic way")