diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-23 23:55:04 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:39 +0100 |
| commit | 31c1ce4c07a22d9170cf4d08c17bf222b478c28a (patch) | |
| tree | 9b3da76843e1c24a4538f00e5ad205e092147952 /gnu/packages/python-xyz.scm | |
| parent | 3bf07b4c06b6fed2015d8aaebdf24ccf18e37a81 (diff) | |
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
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 |
