mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: python-pypika: Update to 0.44.0.
* gnu/packages/databases.scm (python-pypika): Update to 0.44.0.
This commit is contained in:
parent
0fecc6ce67
commit
da384d993b
1 changed files with 2 additions and 2 deletions
|
@ -3474,7 +3474,7 @@ (define-public python2-sql
|
||||||
(define-public python-pypika
|
(define-public python-pypika
|
||||||
(package
|
(package
|
||||||
(name "python-pypika")
|
(name "python-pypika")
|
||||||
(version "0.37.2")
|
(version "0.44.0")
|
||||||
(source
|
(source
|
||||||
(origin (method git-fetch)
|
(origin (method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -3483,7 +3483,7 @@ (define-public python-pypika
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"089z1c778q1fwhzsc88ws8j5gm2hgxknibabn4wpax8rz2bfs3ck"))))
|
"0mpddrw9z1pzcc40j3pzhd583hlgjx96aa8ak6m9zzhpm4bv3ard"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-parameterized" ,python-parameterized)))
|
`(("python-parameterized" ,python-parameterized)))
|
||||||
|
|
Loading…
Reference in a new issue