diff options
author | Adam J. Stewart <ajstewart426@gmail.com> | 2020-08-11 03:23:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-11 10:23:10 +0200 |
commit | 09cc89a4498b58f2bd199ea486e0cc6757a911f6 (patch) | |
tree | 79e025b549076a2a6dc63e2594d37c09674dc8a5 /var | |
parent | db3ecb2fdf4e8f8b38da8e6c5514390033f20d54 (diff) | |
download | spack-09cc89a4498b58f2bd199ea486e0cc6757a911f6.tar.gz spack-09cc89a4498b58f2bd199ea486e0cc6757a911f6.tar.bz2 spack-09cc89a4498b58f2bd199ea486e0cc6757a911f6.tar.xz spack-09cc89a4498b58f2bd199ea486e0cc6757a911f6.zip |
py-pyinstrument: added v3.1.3 (#17976)
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/py-pyinstrument/package.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-pyinstrument/package.py b/var/spack/repos/builtin/packages/py-pyinstrument/package.py index 5f8cc15286..9636d58a92 100644 --- a/var/spack/repos/builtin/packages/py-pyinstrument/package.py +++ b/var/spack/repos/builtin/packages/py-pyinstrument/package.py @@ -10,8 +10,9 @@ class PyPyinstrument(PythonPackage): """Call stack profiler for Python. Shows you why your code is slow!""" homepage = "https://github.com/joerick/pyinstrument" - url = "https://github.com/joerick/pyinstrument/archive/v3.1.0.tar.gz" + url = "https://github.com/joerick/pyinstrument/archive/v3.1.3.tar.gz" + version('3.1.3', sha256='ca4571775caa06444cd7e832056afc21175130271fe3f3481e3ab1bf67f96c8b') version('3.1.0', sha256='02319607daf65110e246085f5e2ee111f565f213eed1991229f2d58e9a7657a5') depends_on('py-setuptools', type='build') |