summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-11-30 17:34:58 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-11-30 22:14:11 +0100
commit43ae8f796b4b02106328cb34e90f1d8994ebc7ab (patch)
treef270918fc06da1a48ef03ac9e0da92d5ffaa67af /gnu
parentff3d1b99f2edc40258abeb5e9b87f815f6880686 (diff)
downloadpatches-43ae8f796b4b02106328cb34e90f1d8994ebc7ab.tar
patches-43ae8f796b4b02106328cb34e90f1d8994ebc7ab.tar.gz
gnu: python-icalendar: Update to 4.0.4.
* gnu/packages/python-xyz.scm (python-icalendar): Update to 4.0.4.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 24e1e48135..aef970cd88 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8660,13 +8660,13 @@ minimal and fast API targeting the following uses:
(define-public python-icalendar
(package
(name "python-icalendar")
- (version "4.0.3")
+ (version "4.0.4")
(source (origin
(method url-fetch)
(uri (pypi-uri "icalendar" version))
(sha256
(base32
- "0mk3dk1dxkcm46jy48v27j2w2349iv4sbimqj1yb5js43mx49hh7"))))
+ "16gjvqv0n05jrb9g228pdjgzd3amz2pdhvcgsn1jypszjg5m2w9l"))))
(build-system python-build-system)
(propagated-inputs
`(("python-dateutil" ,python-dateutil)