summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuela Kuhn <36827019+manuelakuhn@users.noreply.github.com>2023-06-01 23:38:09 +0200
committerGitHub <noreply@github.com>2023-06-01 17:38:09 -0400
commit3b55e0a65dd43619ce464ff941750fbf90645b64 (patch)
tree438cfe32bfee690e5dea133565b02ffa639994ba
parent42667fe7fa1182759f0d2bf3b9637038d345dc78 (diff)
downloadspack-3b55e0a65dd43619ce464ff941750fbf90645b64.tar.gz
spack-3b55e0a65dd43619ce464ff941750fbf90645b64.tar.bz2
spack-3b55e0a65dd43619ce464ff941750fbf90645b64.tar.xz
spack-3b55e0a65dd43619ce464ff941750fbf90645b64.zip
py-executing: add 1.2.0 (#38019)
-rw-r--r--var/spack/repos/builtin/packages/py-executing/package.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-executing/package.py b/var/spack/repos/builtin/packages/py-executing/package.py
index 9fd331f1c5..f6e6838c8b 100644
--- a/var/spack/repos/builtin/packages/py-executing/package.py
+++ b/var/spack/repos/builtin/packages/py-executing/package.py
@@ -12,6 +12,7 @@ class PyExecuting(PythonPackage):
homepage = "https://github.com/alexmojaki/executing"
pypi = "executing/executing-0.8.2.tar.gz"
+ version("1.2.0", sha256="19da64c18d2d851112f09c287f8d3dbbdf725ab0e569077efb6cdcbd3497c107")
version("1.1.0", sha256="2c2c07d1ec4b2d8f9676b25170f1d8445c0ee2eb78901afb075a4b8d83608c6a")
version("1.0.0", sha256="98daefa9d1916a4f0d944880d5aeaf079e05585689bebd9ff9b32e31dd5e1017")
version("0.8.2", sha256="c23bf42e9a7b9b212f185b1b2c3c91feb895963378887bb10e64a2e612ec0023")