gnu: khal: Update to 0.10.4.

* gnu/packages/calendar.scm (khal): Update to 0.10.4.
This commit is contained in:
Leo Famulari 2021-08-12 21:37:34 -04:00
parent 1872dce578
commit d87d6d6812
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -180,13 +180,13 @@ (define-public libical
(define-public khal
(package
(name "khal")
(version "0.10.3")
(version "0.10.4")
(source (origin
(method url-fetch)
(uri (pypi-uri "khal" version))
(sha256
(base32
"0cm4xn871w3i99l3qmhv0bnv8q6rd1w3rip9sskyb5z59z0qzp9g"))))
"17qj1n2l39pnzk4vjrmql90z7908nivnzcc2g9nj1h31k859inrz"))))
(build-system python-build-system)
(arguments
`(#:tests? #f ; The test suite is unreliable. See <https://bugs.gnu.org/44197>