python311Packages.cpyparsing: 2.4.7.2.3.2 -> 2.4.7.2.3.3

This commit is contained in:
R. Ryantm
2024-06-01 19:40:38 +00:00
parent 61c1d28215
commit a32fc5e64e
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "cpyparsing";
version = "2.4.7.2.3.2";
version = "2.4.7.2.3.3";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "evhub";
repo = "cpyparsing";
rev = "refs/tags/v${version}";
hash = "sha256-vnzZdJ7pZz1QxlTqw5UKjxB4GVcXuCfKWX4lu3ORWas=";
hash = "sha256-Ob3aSxJXM/J1KQ2dwxew9fH3g2WVU2KI6lynDz31r+Y=";
};
nativeBuildInputs = [