gnu: khal: Update to 0.9.1.

* gnu/packages/calendar.scm (khal): Update to 0.9.1.
master
Leo Famulari 2017-01-29 04:11:41 -05:00
parent 88ba7852d3
commit 4bca1e7498
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -84,13 +84,13 @@ data units.")
(define-public khal
(package
(name "khal")
(version "0.9.0")
(version "0.9.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "khal" version))
(sha256
(base32
"138gxynw7zavwqqaw5nzmj8sbpkymmb95xzgxqbdi9fiiqm9kamr"))))
"15rxjphjp46lz7gbs39d1ajd9flnhmhqicjh9bjpx3yi5xx4iawr"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases