py-isodate: add 0.6.1 (#29129)

This commit is contained in:
Manuela Kuhn 2022-02-22 21:07:31 +01:00 committed by GitHub
parent 36b0730fac
commit 6a259ecd85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,7 @@ class PyIsodate(PythonPackage):
homepage = "https://github.com/gweis/isodate/"
pypi = "isodate/isodate-0.6.0.tar.gz"
version('0.6.1', sha256='48c5881de7e8b0a0d648cb024c8062dc84e7b840ed81e864c7614fd3c127bde9')
version('0.6.0', sha256='2e364a3d5759479cdb2d37cce6b9376ea504db2ff90252a2e5b7cc89cc9ff2d8')
depends_on('py-setuptools', type='build')