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

This commit is contained in:
Scott Dier
2023-11-27 23:37:49 +01:00
parent 5719ed6853
commit ae18f5de96
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "py-partiql-parser";
version = "0.4.0";
version = "0.4.2";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "getmoto";
repo = "py-partiql-parser";
rev = "refs/tags/${version}";
hash = "sha256-gxoBc7PjS4EQix38VNX6u9cwy4FCjENcUN1euOJJLCo=";
hash = "sha256-EV5Md7dAkHcBbfF4DhmUHwKxjlXI4Jbb1VryeOwRTWo=";
};
nativeBuildInputs = [