Version fixes for py-csvkit (#5393)

This commit is contained in:
sknigh
2017-09-22 10:06:15 -07:00
committed by scheibelp
parent 6ff57bde42
commit 7b4d8d6d1e
4 changed files with 7 additions and 3 deletions

View File

@@ -30,6 +30,7 @@ class PyDateutil(PythonPackage):
homepage = "https://pypi.python.org/pypi/dateutil"
url = "https://pypi.io/packages/source/p/python-dateutil/python-dateutil-2.4.0.tar.gz"
version('2.2', 'c1f654d0ff7e33999380a8ba9783fd5c')
version('2.4.0', '75714163bb96bedd07685cdb2071b8bc')
version('2.4.2', '4ef68e1c485b09e9f034e10473e5add2')
version('2.5.2', 'eafe168e8f404bf384514f5116eedbb6')