gnu: python-sql: Update to 1.0.0.

* gnu/packages/databases.scm (python-sql): Update to 1.0.0.
master
Tobias Geerinckx-Rice 2019-03-11 21:23:10 +01:00
parent 99e690a59a
commit 909404b571
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -2575,14 +2575,13 @@ provides support for parsing, splitting and formatting SQL statements.")
(define-public python-sql (define-public python-sql
(package (package
(name "python-sql") (name "python-sql")
(version "0.9") (version "1.0.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "python-sql" version)) (uri (pypi-uri "python-sql" version))
(sha256 (sha256
(base32 (base32 "05ni936y0ia9xmryl7mlhbj9i80nnvq1bi4zxhb96rv7yvpb3fqb"))))
"0p6kaqj02vz0habmdx37zjk6hjxdfm8aw737zs059vvpr70ird87"))))
(build-system python-build-system) (build-system python-build-system)
(home-page "https://python-sql.tryton.org/") (home-page "https://python-sql.tryton.org/")
(synopsis "Library to write SQL queries in a pythonic way") (synopsis "Library to write SQL queries in a pythonic way")