[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/09: gnu: khal: Update to 0.10.3.
From: |
guix-commits |
Subject: |
05/09: gnu: khal: Update to 0.10.3. |
Date: |
Sat, 1 May 2021 05:29:45 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 51eb82aad95e8b47860b085795c0fc1e5c9dd0a7
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat May 1 04:52:00 2021 +0200
gnu: khal: Update to 0.10.3.
* gnu/packages/calendar.scm (khal): Update to 0.10.3.
---
gnu/packages/calendar.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/calendar.scm b/gnu/packages/calendar.scm
index d473900..3807ca2 100644
--- a/gnu/packages/calendar.scm
+++ b/gnu/packages/calendar.scm
@@ -5,7 +5,7 @@
;;; Copyright © 2016, 2017, 2020 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016 Troy Sankey <sankeytms@gmail.com>
;;; Copyright © 2016, 2021 Stefan Reichoer <stefan@xsteve.at>
-;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2018, 2019, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com
;;; Copyright © 2020 Brendan Tildesley <mail@brendan.scot>
;;; Copyright © 2020 Tanguy Le Carrour <tanguy@bioneland.org>
@@ -178,13 +178,13 @@ data units.")
(define-public khal
(package
(name "khal")
- (version "0.10.2")
+ (version "0.10.3")
(source (origin
(method url-fetch)
(uri (pypi-uri "khal" version))
(sha256
(base32
- "11qhrga44knlnp88py9p547d4nr5kn041d2nszwa3dqw7mf22ks9"))))
+ "0cm4xn871w3i99l3qmhv0bnv8q6rd1w3rip9sskyb5z59z0qzp9g"))))
(build-system python-build-system)
(arguments
`(#:tests? #f ; The test suite is unreliable. See
<https://bugs.gnu.org/44197>
- branch master updated (e64af20 -> 1ba3df1), guix-commits, 2021/05/01
- 01/09: gnu: ustr: Omit static libraries., guix-commits, 2021/05/01
- 03/09: gnu: mailcap: Update to 2.1.53., guix-commits, 2021/05/01
- 02/09: gnu: srt: Update to 1.4.3., guix-commits, 2021/05/01
- 05/09: gnu: khal: Update to 0.10.3.,
guix-commits <=
- 04/09: gnu: diffoscope: Update to 173., guix-commits, 2021/05/01
- 08/09: gnu: qutebrowser: Update to 2.2.1., guix-commits, 2021/05/01
- 07/09: gnu: httpd: Update to 2.4.47., guix-commits, 2021/05/01
- 06/09: gnu: php: Update to 7.4.18., guix-commits, 2021/05/01
- 09/09: gnu: soci: Update to 4.0.2., guix-commits, 2021/05/01