gnu: python-pypika: Update to 0.44.0.

* gnu/packages/databases.scm (python-pypika): Update to 0.44.0.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-16 14:01:17 +01:00
parent 0fecc6ce67
commit da384d993b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3474,7 +3474,7 @@ (define-public python2-sql
(define-public python-pypika
(package
(name "python-pypika")
(version "0.37.2")
(version "0.44.0")
(source
(origin (method git-fetch)
(uri (git-reference
@ -3483,7 +3483,7 @@ (define-public python-pypika
(file-name (git-file-name name version))
(sha256
(base32
"089z1c778q1fwhzsc88ws8j5gm2hgxknibabn4wpax8rz2bfs3ck"))))
"0mpddrw9z1pzcc40j3pzhd583hlgjx96aa8ak6m9zzhpm4bv3ard"))))
(build-system python-build-system)
(native-inputs
`(("python-parameterized" ,python-parameterized)))