guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: khal: Update to 0.11.1.


From: guix-commits
Subject: branch master updated: gnu: khal: Update to 0.11.1.
Date: Sun, 23 Apr 2023 10:39:14 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0244132db6 gnu: khal: Update to 0.11.1.
0244132db6 is described below

commit 0244132db6b468311e95a3e32306613e3d5166bc
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sun Apr 23 10:36:37 2023 -0400

    gnu: khal: Update to 0.11.1.
    
    * gnu/packages/calendar.scm (khal): Update to 0.11.1.
    [inputs]: Remove sqlite.
    [description]: Add some more information.
---
 gnu/packages/calendar.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/calendar.scm b/gnu/packages/calendar.scm
index cf4286100d..e93c9838b3 100644
--- a/gnu/packages/calendar.scm
+++ b/gnu/packages/calendar.scm
@@ -181,13 +181,13 @@ data units.")
 (define-public khal
   (package
     (name "khal")
-    (version "0.10.5")
+    (version "0.11.1")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "khal" version))
               (sha256
                (base32
-                "0xhcrx7lcjk126i2xgqmgb199vd4hxsq34mkdmhdh9ia62nbgvsf"))))
+                "07k0cfbfkx9fhfk4gf73vh34c05i1cb72gc15a1lmx9knxy4h503"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f ; The test suite is unreliable. See 
<https://bugs.gnu.org/44197>
@@ -206,8 +206,7 @@ data units.")
            ;; Required to build manpage
            python-sphinxcontrib-newsfeed python-sphinx))
     (inputs
-     (list sqlite
-           python-configobj
+     (list python-configobj
            python-dateutil
            python-icalendar
            python-tzlocal
@@ -220,7 +219,9 @@ data units.")
            python-pyxdg))
     (synopsis "Console calendar program")
     (description "Khal is a standards based console calendar program,
-able to synchronize with CalDAV servers through vdirsyncer.")
+able to synchronize with CalDAV servers through vdirsyncer.  It includes
+both a @acronym{CLI, command-line interface} and a @acronym{TUI, textual user
+interface} named 'ikhal'.")
     (home-page "https://lostpackets.de/khal/";)
     (license license:expat)))
 



reply via email to

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