python312Packages.cpyparsing: 2.4.7.2.4.0 -> 2.4.7.2.4.1 (#348800)

This commit is contained in:
Fabián Heredia Montiel 2024-10-15 12:03:49 -06:00 committed by GitHub
commit 1487609749
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,14 +11,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "cpyparsing"; pname = "cpyparsing";
version = "2.4.7.2.4.0"; version = "2.4.7.2.4.1";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-7j0vJicSrSUqZAExaH0bJZhRJ6XZui4SAPMBcWXy7n0="; hash = "sha256-2RfwGnSz/GFPk565n8MooIybHeWAlWYMDylZd0S/HTA=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [