guix-commits
[Top][All Lists]
Advanced

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

09/14: gnu: python-icalendar: Update to 4.0.4.


From: guix-commits
Subject: 09/14: gnu: python-icalendar: Update to 4.0.4.
Date: Sat, 30 Nov 2019 16:16:43 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 43ae8f796b4b02106328cb34e90f1d8994ebc7ab
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Nov 30 17:34:58 2019 +0100

    gnu: python-icalendar: Update to 4.0.4.
    
    * gnu/packages/python-xyz.scm (python-icalendar): Update to 4.0.4.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 24e1e48..aef970c 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)



reply via email to

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