gnu: khal: Update to 0.11.3.

* gnu/packages/calendar.scm (khal): Update to 0.11.3.

Change-Id: I848166bfe9469ee37b8acd126fdc3a307914a63b
This commit is contained in:
Efraim Flashner 2024-03-21 13:22:20 +02:00
parent 8b462c34a2
commit c415e9e253
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -177,13 +177,13 @@ data units.")
(define-public khal
(package
(name "khal")
(version "0.11.2")
(version "0.11.3")
(source (origin
(method url-fetch)
(uri (pypi-uri "khal" version))
(sha256
(base32
"1flrz01nsmvphiv673b8ia279qcp3gj6a1rsjlsj4gp5f69xif4g"))))
"0pijq7crjpak1rq3hzx68fz34n7ikkcz3xsk9r3brny17z2brk58"))))
(build-system python-build-system)
(arguments
`(#:tests? #f ; The test suite is unreliable. See <https://bugs.gnu.org/44197>