diff options
author | Leo Famulari <leo@famulari.name> | 2017-02-15 12:58:57 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-02-15 13:03:22 -0500 |
commit | b611d018279cac36ffd6ceab5f970bca8069153c (patch) | |
tree | 60b006a60d767c17476be206f23a1dc589f29e17 /gnu | |
parent | 0491a3b2d63e3b13ed436dfee34d26b29bc18e8f (diff) | |
download | guix-b611d018279cac36ffd6ceab5f970bca8069153c.tar guix-b611d018279cac36ffd6ceab5f970bca8069153c.tar.gz |
gnu: python-icalendar: Update to 3.11.3.
* gnu/packages/python.scm (python-icalendar): Update to 3.11.3.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 3b97939e24..3e59b58928 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) |