python3Packages.cpyparsing: 2.4.7.2.4.2 -> 2.4.7.2.4.3

This commit is contained in:
R. Ryantm
2026-02-19 07:00:48 +00:00
parent bc5efa26ae
commit 8b2429ee80
@@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "cpyparsing";
version = "2.4.7.2.4.2";
version = "2.4.7.2.4.3";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-bmoHri14gWvTekgoScA1v0qVhre+08aRwx0V6AvfPdQ=";
hash = "sha256-5pSZ+fhMiUIe1kLAvlyyfmcKWxtO2m0h9kQY2LrxOjg=";
};
nativeBuildInputs = [