gnu: khal: Update to 0.9.9.

* gnu/packages/calendar.scm (khal): Update to 0.9.9.
This commit is contained in:
Leo Famulari 2018-05-29 00:41:18 -04:00
parent ee3c8fbee2
commit 2a49aee4d1
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -95,13 +95,13 @@ (define-public libical
(define-public khal
(package
(name "khal")
(version "0.9.8")
(version "0.9.9")
(source (origin
(method url-fetch)
(uri (pypi-uri "khal" version))
(sha256
(base32
"1blx3gxnv7sj302biqphfw7i6ilzl2xlmvzp130n3113scg9w17y"))))
"0dq9aqb9pqjfqrnfg43mhpb7m0szmychxy1ydb3lwzf3500c9rsh"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases