python311Packages.py-partiql-parser: 0.5.1 -> 0.5.4

https://github.com/getmoto/py-partiql-parser/blob/0.5.4/CHANGELOG.md
This commit is contained in:
Zhong Jianxin 2024-04-09 20:37:28 +08:00
parent f27f3001f8
commit e7175bb727
1 changed files with 5 additions and 5 deletions

View File

@ -3,13 +3,13 @@
, fetchFromGitHub
, pytestCheckHook
, pythonOlder
, setuptools
, hatchling
, sure
}:
buildPythonPackage rec {
pname = "py-partiql-parser";
version = "0.5.1";
version = "0.5.4";
pyproject = true;
disabled = pythonOlder "3.7";
@ -18,11 +18,11 @@ buildPythonPackage rec {
owner = "getmoto";
repo = "py-partiql-parser";
rev = "refs/tags/${version}";
hash = "sha256-BPap4f9ro269K50qpVlTiEPNyyMCvBHCr2obuSfuNos=";
hash = "sha256-BSqc3xibStb3J6Rua4dDp/eRD5/ns/dU1vGa4vL1Cyo=";
};
nativeBuildInputs = [
setuptools
build-system = [
hatchling
];
nativeCheckInputs = [