python311Packages.py-partiql-parser: 0.3.8 -> 0.4.0

https://github.com/getmoto/py-partiql-parser/blob/0.4.0/CHANGELOG.md
This commit is contained in:
Martin Weinelt 2023-10-22 17:02:01 +02:00
parent 5f037625ad
commit 81ce61c939
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "py-partiql-parser";
version = "0.3.8";
version = "0.4.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "getmoto";
repo = "py-partiql-parser";
rev = "refs/tags/${version}";
hash = "sha256-uIO06RRuUuE9qCEg/tTcn68i7vaFAAeFhxdxW9WAbuw=";
hash = "sha256-gxoBc7PjS4EQix38VNX6u9cwy4FCjENcUN1euOJJLCo=";
};
nativeBuildInputs = [