guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: python-icalendar: Update to 4.0.2.


From: Leo Famulari
Subject: 02/04: gnu: python-icalendar: Update to 4.0.2.
Date: Fri, 12 Oct 2018 23:42:59 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 3c4d307e8697c36ebb9df939a5d2f0d905cc5474
Author: Leo Famulari <address@hidden>
Date:   Fri Oct 12 23:19:20 2018 -0400

    gnu: python-icalendar: Update to 4.0.2.
    
    * gnu/packages/python.scm (python-icalendar: Update to 4.0.2.
---
 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 6a2bd6e..35262a2 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -7576,13 +7576,13 @@ minimal and fast API targeting the following uses:
 (define-public python-icalendar
   (package
     (name "python-icalendar")
-    (version "4.0.1")
+    (version "4.0.2")
     (source (origin
              (method url-fetch)
              (uri (pypi-uri "icalendar" version))
              (sha256
               (base32
-               "139y79y6ijl39m5bj771r43vpah9s4ly7d1k76la6hrx7l144ak8"))))
+               "13003kw2vbas1ha146vv3x2rdg9k7w38rdzxj63vi1i67jgjldl0"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-dateutil" ,python-dateutil)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]