python3Packages.pyparsing: 3.3.1 -> 3.3.2

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:20:02 +01:00
parent 2b08de5571
commit b9b406e43b
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pyparsing";
version = "3.3.1";
version = "3.3.2";
pyproject = true;
src = fetchFromGitHub {
owner = "pyparsing";
repo = "pyparsing";
tag = version;
hash = "sha256-3q1VTcFYrsG64OdHEPFpd3fUAmHv7KO03S2Kj0nFcG8=";
hash = "sha256-TlYl57JdMJzpCUkHMLiQuCb24UXoNFFTShfqcgrmZm8=";
};
nativeBuildInputs = [ flit-core ];