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

View file

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