python: pyparsing: 2.4.5 -> 2.4.6

This commit is contained in:
Frederik Rietdijk 2019-12-29 10:28:08 +01:00
parent fc939d5385
commit e6a3eeba8a

View File

@ -1,11 +1,11 @@
{ stdenv, buildPythonPackage, fetchPypi }:
buildPythonPackage rec {
pname = "pyparsing";
version = "2.4.5";
version = "2.4.6";
src = fetchPypi {
inherit pname version;
sha256 = "4ca62001be367f01bd3e92ecbb79070272a9d4964dce6a48a82ff0b8bc7e683a";
sha256 = "4c830582a84fb022400b85429791bc551f1f4871c33f23e44f353119e92f969f";
};
# Not everything necessary to run the tests is included in the distribution