diff options
author | Mark H Weaver <mhw@netris.org> | 2018-02-14 03:40:08 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-02-14 03:40:08 -0500 |
commit | 932c98326daa26657c970e38583f7904364cdd66 (patch) | |
tree | ea4b5f9cc2ee4460a119101d83ecfd0a70a44fb7 /gnu/packages/python.scm | |
parent | 870541d6a7617e127f0aa9f729fba4daa729fd91 (diff) | |
parent | 75538328c292263a0c13bef3b0058aa291aeec48 (diff) | |
download | guix-932c98326daa26657c970e38583f7904364cdd66.tar.gz |
Merge branch 'master' into core-updates
Diffstat (limited to 'gnu/packages/python.scm')
-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 6e08e38b45..8c239c3f11 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -7030,13 +7030,13 @@ minimal and fast API targeting the following uses: (define-public python-icalendar (package (name "python-icalendar") - (version "4.0.0") + (version "4.0.1") (source (origin (method url-fetch) (uri (pypi-uri "icalendar" version)) (sha256 (base32 - "0jfp93x2pnpsbck92zw22dq7sl4pk0avv0gnb4x9vldrg6vlhyin")))) + "139y79y6ijl39m5bj771r43vpah9s4ly7d1k76la6hrx7l144ak8")))) (build-system python-build-system) (propagated-inputs `(("python-dateutil" ,python-dateutil) |