diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-30 17:34:58 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-30 22:14:11 +0100 |
commit | 43ae8f796b4b02106328cb34e90f1d8994ebc7ab (patch) | |
tree | f270918fc06da1a48ef03ac9e0da92d5ffaa67af /gnu/packages/python-xyz.scm | |
parent | ff3d1b99f2edc40258abeb5e9b87f815f6880686 (diff) | |
download | patches-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/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
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) |