diff options
author | Manuela Kuhn <36827019+manuelakuhn@users.noreply.github.com> | 2021-11-29 18:40:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-29 11:40:59 -0600 |
commit | 3c5295ee8a045760fdbf4e70b29d0c85f2bb646b (patch) | |
tree | 174ce7164be9fc9db8ea689a2e1f07339068ac8b | |
parent | 914cf5ff87e7e7b3a668273c1d9d6c2eb05edfb5 (diff) | |
download | spack-3c5295ee8a045760fdbf4e70b29d0c85f2bb646b.tar.gz spack-3c5295ee8a045760fdbf4e70b29d0c85f2bb646b.tar.bz2 spack-3c5295ee8a045760fdbf4e70b29d0c85f2bb646b.tar.xz spack-3c5295ee8a045760fdbf4e70b29d0c85f2bb646b.zip |
py-gast: add 0.5.3 (#27686)
-rw-r--r-- | var/spack/repos/builtin/packages/py-gast/package.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-gast/package.py b/var/spack/repos/builtin/packages/py-gast/package.py index 83706e5056..a6c3f41f7a 100644 --- a/var/spack/repos/builtin/packages/py-gast/package.py +++ b/var/spack/repos/builtin/packages/py-gast/package.py @@ -12,6 +12,7 @@ class PyGast(PythonPackage): homepage = "https://github.com/serge-sans-paille/gast" pypi = "gast/gast-0.3.2.tar.gz" + version('0.5.3', sha256='cfbea25820e653af9c7d1807f659ce0a0a9c64f2439421a7bba4f0983f532dea') version('0.5.2', sha256='f81fcefa8b982624a31c9e4ec7761325a88a0eba60d36d1da90e47f8fe3c67f7') version('0.5.1', sha256='b00e63584db482ffe6107b5832042bbe5c5bf856e3c7279b6e93201b3dcfcb46') version('0.5.0', sha256='8109cbe7aa0f7bf7e4348379da05b8137ea1f059f073332c3c1cedd57db8541f') |