python310Packages.py-partiql-parser: 0.3.5 -> 0.3.6

This commit is contained in:
R. Ryantm 2023-08-01 05:17:09 +00:00
parent 6d634ba315
commit 8de38f57c0

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "py-partiql-parser";
version = "0.3.5";
version = "0.3.6";
format = "pyproject";
src = fetchFromGitHub {
owner = "getmoto";
repo = "py-partiql-parser";
rev = "refs/tags/${version}";
hash = "sha256-CVpXw5yAYBeRgTlNzgourQlDqfNmKLdzV7mQSd7PoJg=";
hash = "sha256-wfVADL87ObJbuYQ2MYcRH0DCOGymS6+mrp7pAIKoS4Q=";
};
nativeBuildInputs = [