guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-icalendar: Update to 3.11.3.


From: Leo Famulari
Subject: 01/01: gnu: python-icalendar: Update to 3.11.3.
Date: Wed, 15 Feb 2017 13:03:43 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit b611d018279cac36ffd6ceab5f970bca8069153c
Author: Leo Famulari <address@hidden>
Date:   Wed Feb 15 12:58:57 2017 -0500

    gnu: python-icalendar: Update to 3.11.3.
    
    * gnu/packages/python.scm (python-icalendar): Update to 3.11.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 3b97939..3e59b58 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -8346,13 +8346,13 @@ processes across test runs.")
 (define-public python-icalendar
   (package
     (name "python-icalendar")
-    (version "3.11.2")
+    (version "3.11.3")
     (source (origin
              (method url-fetch)
              (uri (pypi-uri "icalendar" version))
              (sha256
               (base32
-               "17rcy6rb9kqjf4p707ivmx7phjq7ngcz3bf7zriwxrqgrjagj7ag"))))
+               "086jslw8cg2hni79j267p1dy6d27m7q5hi39ni2clh9waqbdf5v3"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-dateutil-2" ,python-dateutil-2)



reply via email to

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