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.10.4.


From: guix-commits
Subject: branch master updated: gnu: khal: Update to 0.10.4.
Date: Thu, 12 Aug 2021 21:38: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 d87d6d6  gnu: khal: Update to 0.10.4.
d87d6d6 is described below

commit d87d6d68128c53a95fe09c3a4381575646c0f368
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Thu Aug 12 21:37:34 2021 -0400

    gnu: khal: Update to 0.10.4.
    
    * gnu/packages/calendar.scm (khal): Update to 0.10.4.
---
 gnu/packages/calendar.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/calendar.scm b/gnu/packages/calendar.scm
index 0dff4fc..8ec36d4 100644
--- a/gnu/packages/calendar.scm
+++ b/gnu/packages/calendar.scm
@@ -180,13 +180,13 @@ data units.")
 (define-public khal
   (package
     (name "khal")
-    (version "0.10.3")
+    (version "0.10.4")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "khal" version))
               (sha256
                (base32
-                "0cm4xn871w3i99l3qmhv0bnv8q6rd1w3rip9sskyb5z59z0qzp9g"))))
+                "17qj1n2l39pnzk4vjrmql90z7908nivnzcc2g9nj1h31k859inrz"))))
     (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]