py-umi-tools: Add latest versions (#11256)

This commit is contained in:
Eric Martin 2019-04-23 04:23:44 -05:00 committed by Greg Becker
parent efe62b7d6d
commit bc080d753c

View file

@ -12,6 +12,9 @@ class PyUmiTools(PythonPackage):
homepage = "https://github.com/CGATOxford/UMI-tools" homepage = "https://github.com/CGATOxford/UMI-tools"
url = "https://github.com/CGATOxford/UMI-tools/archive/0.5.3.tar.gz" url = "https://github.com/CGATOxford/UMI-tools/archive/0.5.3.tar.gz"
version('1.0.0', sha256='7f73ef29120134123351c19089e9b7b7c03a8f241a19f8cb0e43d17f0e2f9fc7')
version('0.5.5', sha256='9834a4388dd1ea0b971071009db7ccdbd447c6019796a3c061b0bb383c9ad992')
version('0.5.4', sha256='a03e6babf188d0618a63f083b4da18120b9e8b4d473af71b585dba7de347e962')
version('0.5.3', '08bdebe30f84867d352ff5e1a2fe4d94') version('0.5.3', '08bdebe30f84867d352ff5e1a2fe4d94')
depends_on('python@2.7:') depends_on('python@2.7:')