rekado pushed a commit to branch master
in repository guix.
commit ed2aa2d8342be095c267a5d1e57fad54d17a8434
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Thu Jan 2 23:01:07 2025 +0100
gnu: python-py-partiql-parser: Update to 0.6.1.
* gnu/packages/python-xyz.scm (python-py-partiql-parser): Update to 0.6.1.
Change-Id: I36f1d4ac19f4a27356f2bd3872ee31fef821cf01
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 146ec338bb..b2da0977d5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14243,7 +14243,7 @@ solve linear problems.")
(define-public python-py-partiql-parser
(package
(name "python-py-partiql-parser")
- (version "0.5.6")
+ (version "0.6.1")
(source
(origin
(method git-fetch) ; no tests data in PyPi package
@@ -14252,7 +14252,7 @@ solve linear problems.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0xa1plsi2nkd3fwvkjw9c8b3bzvr6ml83x5gd22sf1cvimqn0jmq"))))
+ (base32 "008vj0f09gzk6pijwvxs6m860rmszm85is7wgjwifc8y38sqd86s"))))
(build-system pyproject-build-system)
(native-inputs
(list python-hatchling