python311Packages.py-partialql-parser: 0.4.0 -> 0.4.2

This commit is contained in:
Scott Dier 2023-11-25 16:23:26 +01:00
parent 5719ed6853
commit ae18f5de96

View File

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