mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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:
parent
8b462c34a2
commit
c415e9e253
1 changed files with 2 additions and 2 deletions
|
@ -177,13 +177,13 @@ (define zoneinfo (search-input-directory inputs "share/zoneinfo"))
|
|||
(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>
|
||||
|
|
Loading…
Reference in a new issue