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:
Sharlatan Hellseher 2026-01-23 23:55:04 +00:00
parent 5d4be7871c
commit ff8ed8d8fa
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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