diff options
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index d38243d0203..0d5149b381b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -15248,16 +15248,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 |
