py-ics: add version 0.7

This commit is contained in:
Andreas Baumbach 2020-03-23 09:49:54 +01:00 committed by Peter Scheibel
parent 6a18bfbae8
commit 7b486fd84d

View File

@ -29,6 +29,7 @@ class PyIcs(PythonPackage):
homepage = "https://github.com/C4ptainCrunch/ics.py"
url = "https://github.com/C4ptainCrunch/ics.py/archive/v0.6.tar.gz"
version('0.7', sha256='48c637e5eb8dfc817b1f3f6b3f662ba19cfcc25f8f71eb42f5d07e6f2c573994')
version('0.6', sha256='4947263136202d0489d4f5e5c7175dfd2db5d3508b8b003ddeaef96347f68830')
depends_on('python@3.6:', type=('build', 'run'))