python3Packages.py-partiql-parser: 0.6.1 -> 0.6.3

https://github.com/getmoto/py-partiql-parser/blob/0.6.3/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:53 +01:00
parent d5dfdc9f10
commit 673e951883
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "py-partiql-parser";
version = "0.6.1";
version = "0.6.3";
pyproject = true;
src = fetchFromGitHub {
owner = "getmoto";
repo = "py-partiql-parser";
tag = version;
hash = "sha256-2qCGNRoeMRe5fPzoWFD9umZgUDW6by7jNfO/BByQGwE=";
hash = "sha256-99GkYfsscifVAws+Rgn1Tb2FZxY/4OtNvOoXGGmzbco=";
};
build-system = [ hatchling ];