python37Packages.antlr4-python3-runtime: 4.7.1 -> 4.7.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-antlr4-python3-runtime/versions
This commit is contained in:
R. RyanTM 2018-12-24 23:51:40 -08:00 committed by Frederik Rietdijk
parent 2a20920fe2
commit 1834a3ed22

View file

@ -2,12 +2,12 @@
buildPythonPackage rec {
pname = "antlr4-python3-runtime";
version = "4.7.1";
version = "4.7.2";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "1lrzmagawmavyw1n1z0qarvs2jmbnbv0p89dah8g7klj8hnbf9hv";
sha256 = "02xm7ccsf51vh4xsnhlg6pvchm1x3ckgv9kwm222w5drizndr30n";
};
meta = {