summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/antlr4-python3-runtime
AgeCommit message (Collapse)Author
2018-12-26python37Packages.antlr4-python3-runtime: 4.7.1 -> 4.7.2R. RyanTM
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
2018-06-23pythonPackages: remove `name` attribute`Frederik Rietdijk
The `buildPython*` function computes name from `pname` and `version`. This change removes `name` attribute from all expressions in `pkgs/development/python-modules`. While at it, some other minor changes were made as well, such as replacing `fetchurl` calls with `fetchPypi`.
2018-03-08pythonPackages.antlr4-python3-runtime: init at 4.7.1Maxime Dénès