guix-commits
[Top][All Lists]
Advanced

[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>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]