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.0.4.
* gnu/packages/python-xyz.scm (python-icalendar): Update to 4.0.4.
This commit is contained in:
parent
ff3d1b99f2
commit
43ae8f796b
1 changed files with 2 additions and 2 deletions
|
@ -8660,13 +8660,13 @@ (define-public python2-execnet
|
|||
(define-public python-icalendar
|
||||
(package
|
||||
(name "python-icalendar")
|
||||
(version "4.0.3")
|
||||
(version "4.0.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "icalendar" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0mk3dk1dxkcm46jy48v27j2w2349iv4sbimqj1yb5js43mx49hh7"))))
|
||||
"16gjvqv0n05jrb9g228pdjgzd3amz2pdhvcgsn1jypszjg5m2w9l"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
`(("python-dateutil" ,python-dateutil)
|
||||
|
|
Loading…
Reference in a new issue