guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-icalendar: Update to 4.0.7.


From: guix-commits
Subject: branch master updated: gnu: python-icalendar: Update to 4.0.7.
Date: Wed, 31 Mar 2021 06:54:45 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b0b0257  gnu: python-icalendar: Update to 4.0.7.
b0b0257 is described below

commit b0b0257ed30084ff95694653482890bc7061f9c0
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Mar 31 12:42:57 2021 +0300

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



reply via email to

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