mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
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:
parent
074436b310
commit
5c3cb3778c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue