py-particle: add v0.14.1 (#23216)

This commit is contained in:
Valentin Volkl 2021-04-23 14:15:49 +02:00 committed by GitHub
parent 6f25e5242e
commit 5641923dfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,7 @@ class PyParticle(PythonPackage):
tags = ['hep']
version('master', branch='master')
version('0.14.1', sha256='05b345f8fbfdb12a0aa744c788b6e1b22326b5a6ad95230596e0fc9ebad56621')
version('0.11.0', sha256='e90dc36c8b7d7431bd14ee5a28486d28b6c0708555845d1d7bdf59a165405f12')
depends_on('python@2.7:2.8,3.5:', type=('build', 'run'))