[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: python-icalendar: Update to 4.0.3.
From: |
Efraim Flashner |
Subject: |
01/01: gnu: python-icalendar: Update to 4.0.3. |
Date: |
Wed, 17 Oct 2018 04:40:20 -0400 (EDT) |
efraim pushed a commit to branch core-updates
in repository guix.
commit fb3ff265cd8c6b4c6160f94240dc8932097e637b
Author: Efraim Flashner <address@hidden>
Date: Wed Oct 17 11:17:26 2018 +0300
gnu: python-icalendar: Update to 4.0.3.
* gnu/packages/python.scm (python-icalendar): Update to 4.0.3.
---
gnu/packages/python.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 1667f48..2e88b0b 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -7475,13 +7475,13 @@ minimal and fast API targeting the following uses:
(define-public python-icalendar
(package
(name "python-icalendar")
- (version "4.0.1")
+ (version "4.0.3")
(source (origin
(method url-fetch)
(uri (pypi-uri "icalendar" version))
(sha256
(base32
- "139y79y6ijl39m5bj771r43vpah9s4ly7d1k76la6hrx7l144ak8"))))
+ "0mk3dk1dxkcm46jy48v27j2w2349iv4sbimqj1yb5js43mx49hh7"))))
(build-system python-build-system)
(propagated-inputs
`(("python-dateutil" ,python-dateutil)