diff options
author | Leo Famulari <leo@famulari.name> | 2018-02-13 14:30:44 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-02-13 14:33:22 -0500 |
commit | 5c4fd60416627634b05406e79448e7e960416227 (patch) | |
tree | c7e00bd638f3fb5aeb8667b03daa298263d28e8a /gnu | |
parent | acff6aa00473befac75f8120fc4299f4f265c258 (diff) |
gnu: python-icalendar: Update to 4.0.1.
* gnu/packages/python.scm (python-icalendar): Update to 4.0.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 777590b583..f0eb376217 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -6954,13 +6954,13 @@ minimal and fast API targeting the following uses: (define-public python-icalendar (package (name "python-icalendar") - (version "4.0.0") + (version "4.0.1") (source (origin (method url-fetch) (uri (pypi-uri "icalendar" version)) (sha256 (base32 - "0jfp93x2pnpsbck92zw22dq7sl4pk0avv0gnb4x9vldrg6vlhyin")))) + "139y79y6ijl39m5bj771r43vpah9s4ly7d1k76la6hrx7l144ak8")))) (build-system python-build-system) (propagated-inputs `(("python-dateutil" ,python-dateutil) |