gnu: python-icalendar: Update to 3.11.2.

* gnu/packages/python.scm (python-icalendar): Update to 3.11.2.
This commit is contained in:
Leo Famulari 2017-01-14 14:11:32 -05:00
parent b84257c0ff
commit 268e8ad87f
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -8224,13 +8224,13 @@ (define-public python-pytest-xprocess
(define-public python-icalendar
(package
(name "python-icalendar")
(version "3.11.1")
(version "3.11.2")
(source (origin
(method url-fetch)
(uri (pypi-uri "icalendar" version))
(sha256
(base32
"1bvi7rzh7scl4nmgj2n2cy7k0v3p29y15cqy2hcdnfq9mnhdr63y"))))
"17rcy6rb9kqjf4p707ivmx7phjq7ngcz3bf7zriwxrqgrjagj7ag"))))
(build-system python-build-system)
(propagated-inputs
`(("python-dateutil-2" ,python-dateutil-2)