guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 992d8fed2cfeab5709f343ee93261491832141f5
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Jan 23 23:55:04 2026 +0000
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
---
gnu/packages/python-xyz.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 379adcb425..ea365c7153 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15200,16 +15200,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