py-pyinstrument: added v3.1.3 (#17976)
This commit is contained in:
parent
db3ecb2fdf
commit
09cc89a449
1 changed files with 2 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue