rekado pushed a commit to branch python-team in repository guix. commit 316e8eea2a1146f5ff1e82a38779a676d6c5b63b Author: Ricardo Wurmus <rek...@elephly.net> 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