guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: python-icalendar: Update to 4.0.5.


From: guix-commits
Subject: 06/07: gnu: python-icalendar: Update to 4.0.5.
Date: Thu, 16 Apr 2020 15:41:33 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 626874eb3f0e02e5a4e2a6277c69bce9b25c6484
Author: Efraim Flashner <address@hidden>
AuthorDate: Thu Apr 16 22:28:29 2020 +0300

    gnu: python-icalendar: Update to 4.0.5.
    
    * gnu/packages/python-xyz.scm (python-icalendar): Update to 4.0.5.
---
 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 dd1dfa7..1e72dbc 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9352,13 +9352,13 @@ minimal and fast API targeting the following uses:
 (define-public python-icalendar
   (package
     (name "python-icalendar")
-    (version "4.0.4")
+    (version "4.0.5")
     (source (origin
              (method url-fetch)
              (uri (pypi-uri "icalendar" version))
              (sha256
               (base32
-               "16gjvqv0n05jrb9g228pdjgzd3amz2pdhvcgsn1jypszjg5m2w9l"))))
+               "14ynjj65kfmlcvpb7k097w789wvxncd3cr3xz5m1jz9yl9v6vv5q"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-dateutil" ,python-dateutil)



reply via email to

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