me
/
guix
Archived
1
0
Fork 0

gnu: khal: Update to 0.10.1.

* gnu/packages/calendar.scm (khal): Update to 0.10.1.
master
Tobias Geerinckx-Rice 2019-04-11 13:38:16 +02:00
parent 8ce7520d09
commit 2125cf62ef
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -96,13 +96,13 @@ data units.")
(define-public khal
(package
(name "khal")
(version "0.10.0")
(version "0.10.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "khal" version))
(sha256
(base32
"1p49f3g25x900vk32spjbr2aipj12kcbhayny2vwhdpkjlv6k396"))))
"1r8bkgjwkh7i8ygvsv51h1cnax50sb183vafg66x5snxf3dgjl6l"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases