python: pyparsing: 2.4.2 -> 2.4.5

This commit is contained in:
Frederik Rietdijk 2019-11-11 12:13:40 +01:00
parent c29e6643bd
commit 95cbd02c8b

View file

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