python: pyparsing: 2.3.1 -> 2.4.2

This commit is contained in:
Frederik Rietdijk 2019-10-24 08:47:44 +02:00
parent e354e63036
commit 54fc6ea371

View File

@ -1,11 +1,11 @@
{ stdenv, buildPythonPackage, fetchPypi }: { stdenv, buildPythonPackage, fetchPypi }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "pyparsing"; pname = "pyparsing";
version = "2.3.1"; version = "2.4.2";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "66c9268862641abcac4a96ba74506e594c884e3f57690a696d21ad8210ed667a"; sha256 = "6f98a7b9397e206d78cc01df10131398f1c8b8510a2f4d97d9abd82e1aacdd80";
}; };
# Not everything necessary to run the tests is included in the distribution # Not everything necessary to run the tests is included in the distribution