gnu: python-icalendar: Update to 4.0.5.

* gnu/packages/python-xyz.scm (python-icalendar): Update to 4.0.5.
This commit is contained in:
Efraim Flashner 2020-04-16 22:28:29 +03:00
parent e40e7fdf09
commit 626874eb3f
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -9352,13 +9352,13 @@ (define-public python2-execnet
(define-public python-icalendar
(package
(name "python-icalendar")
(version "4.0.4")
(version "4.0.5")
(source (origin
(method url-fetch)
(uri (pypi-uri "icalendar" version))
(sha256
(base32
"16gjvqv0n05jrb9g228pdjgzd3amz2pdhvcgsn1jypszjg5m2w9l"))))
"14ynjj65kfmlcvpb7k097w789wvxncd3cr3xz5m1jz9yl9v6vv5q"))))
(build-system python-build-system)
(propagated-inputs
`(("python-dateutil" ,python-dateutil)