mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: python-icalendar: Update to 4.1.0.
* gnu/packages/python-xyz.scm (python-icalendar): Update to 4.1.0.
This commit is contained in:
parent
d4284e3fd2
commit
190e285958
1 changed files with 2 additions and 2 deletions
|
@ -14133,13 +14133,13 @@ (define-public python-execnet
|
||||||
(define-public python-icalendar
|
(define-public python-icalendar
|
||||||
(package
|
(package
|
||||||
(name "python-icalendar")
|
(name "python-icalendar")
|
||||||
(version "4.0.7")
|
(version "4.1.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "icalendar" version))
|
(uri (pypi-uri "icalendar" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19574j3jwssm2dkqykih4568xqfgjsa3hcd79yl5s2vfys3qvh8g"))))
|
"15dkq42rkqjdi17rpvmd1plnbwn4daby0nk1s1c3xi7w5v0bfj4p"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-dateutil python-pytz))
|
(list python-dateutil python-pytz))
|
||||||
|
|
Loading…
Reference in a new issue