mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-26 20:45:12 -06:00
gnu: python-py-partiql-parser: Update to 0.6.3.
* gnu/packages/python-xyz.scm (python-py-partiql-parser): Update to 0.6.3. Change-Id: I779a71f38a3f035b4c554d3b64310126b86b2c91
This commit is contained in:
parent
5d4be7871c
commit
ff8ed8d8fa
1 changed files with 5 additions and 5 deletions
|
|
@ -15210,16 +15210,16 @@ solve linear problems.")
|
|||
(define-public python-py-partiql-parser
|
||||
(package
|
||||
(name "python-py-partiql-parser")
|
||||
(version "0.6.1")
|
||||
(version "0.6.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch) ; no tests data in PyPi package
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/getmoto/py-partiql-parser")
|
||||
(commit version)))
|
||||
(url "https://github.com/getmoto/py-partiql-parser")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "008vj0f09gzk6pijwvxs6m860rmszm85is7wgjwifc8y38sqd86s"))))
|
||||
(base32 "1jkdndlih5zapi6ypq1z2rkqbgadyl4lcghb0gajfwiczdhs9lgp"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-hatchling
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue