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
This commit is contained in:
Ricardo Wurmus 2025-01-02 23:01:07 +01:00
parent 074436b310
commit 5c3cb3778c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -14243,7 +14243,7 @@ (define-public python-pulp
(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 @@ (define-public python-py-partiql-parser
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0xa1plsi2nkd3fwvkjw9c8b3bzvr6ml83x5gd22sf1cvimqn0jmq"))))
(base32 "008vj0f09gzk6pijwvxs6m860rmszm85is7wgjwifc8y38sqd86s"))))
(build-system pyproject-build-system)
(native-inputs
(list python-hatchling