gnu: khal: Update to 0.9.5.

* gnu/packages/calendar.scm (khal): Update to 0.9.5.
This commit is contained in:
Leo Famulari 2017-04-07 22:03:36 -04:00
parent abf0880a67
commit 4653341b23
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -85,13 +85,13 @@ (define-public libical
(define-public khal (define-public khal
(package (package
(name "khal") (name "khal")
(version "0.9.3") (version "0.9.5")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "khal" version)) (uri (pypi-uri "khal" version))
(sha256 (sha256
(base32 (base32
"1iva6cw2x3p2jzjj6bsyx7lc7yxin4fsd37j9c96j07x16p4imyl")))) "0fvv0kjym9q8v20zbpr5m8ig65b8hva4p0c935qsdvgdni68jidr"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases (modify-phases %standard-phases `(#:phases (modify-phases %standard-phases