summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJen Herting <jen@herting.cc>2022-11-23 14:30:11 -0500
committerGitHub <noreply@github.com>2022-11-23 12:30:11 -0700
commitbf1b846f26ec249c947f0cd258afd8f248f64700 (patch)
treee4509f5b08a45c0790855f64ccf19dbd6b9a8dad
parentd06fd26c9ac8dd525fc129096188e2ea9fd2d0d7 (diff)
downloadspack-bf1b846f26ec249c947f0cd258afd8f248f64700.tar.gz
spack-bf1b846f26ec249c947f0cd258afd8f248f64700.tar.bz2
spack-bf1b846f26ec249c947f0cd258afd8f248f64700.tar.xz
spack-bf1b846f26ec249c947f0cd258afd8f248f64700.zip
[py-antlr4-python3-runtime] Added versions 4.9.3 and 4.10 (#34102)
* Working updates to py-antlr4-python3-runtime and py-omegaconf * [py-antlr4-python3-runtime] added version 4.9.3 * [@spackbot] updating style on behalf of qwertos Co-authored-by: Benjamin Meyers <bsmits@rit.edu> Co-authored-by: qwertos <qwertos@users.noreply.github.com>
-rw-r--r--var/spack/repos/builtin/packages/py-antlr4-python3-runtime/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-antlr4-python3-runtime/package.py b/var/spack/repos/builtin/packages/py-antlr4-python3-runtime/package.py
index 83efac4857..c946ea9b06 100644
--- a/var/spack/repos/builtin/packages/py-antlr4-python3-runtime/package.py
+++ b/var/spack/repos/builtin/packages/py-antlr4-python3-runtime/package.py
@@ -15,6 +15,8 @@ class PyAntlr4Python3Runtime(PythonPackage):
homepage = "https://www.antlr.org"
pypi = "antlr4-python3-runtime/antlr4-python3-runtime-4.7.2.tar.gz"
+ version("4.10", sha256="061a49bc72ae05a35d9b61c0ba0ac36c0397708819f02fbfb20a80e47d287a1b")
+ version("4.9.3", sha256="f224469b4168294902bb1efa80a8bf7855f24c99aef99cbefc1bcd3cce77881b")
version("4.8", sha256="15793f5d0512a372b4e7d2284058ad32ce7dd27126b105fb0b2245130445db33")
version("4.7.2", sha256="168cdcec8fb9152e84a87ca6fd261b3d54c8f6358f42ab3b813b14a7193bb50b")