3
0
Fork 0
forked from mirrors/nixpkgs

python: pyparsing: 2.2.0 -> 2.2.2

This commit is contained in:
Frederik Rietdijk 2018-10-06 12:56:19 +02:00
parent b84c96cf1f
commit d589245280

View file

@ -1,11 +1,11 @@
{ stdenv, buildPythonPackage, fetchPypi }:
buildPythonPackage rec {
pname = "pyparsing";
version = "2.2.0";
version = "2.2.2";
src = fetchPypi {
inherit pname version;
sha256 = "016b9gh606aa44sq92jslm89bg874ia0yyiyb643fa6dgbsbqch8";
sha256 = "bc6c7146b91af3f567cf6daeaec360bc07d45ffec4cf5353f4d7a208ce7ca30a";
};
# Not everything necessary to run the tests is included in the distribution