nckx pushed a commit to branch master
in repository guix.

commit 2125cf62ef024d247dfee3ae5cb5b0cb110b29c3
Author: Tobias Geerinckx-Rice <[email protected]>
Date:   Thu Apr 11 13:38:16 2019 +0200

    gnu: khal: Update to 0.10.1.
    
    * gnu/packages/calendar.scm (khal): Update to 0.10.1.
---
 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 90f2345..f4568bf 100644
--- a/gnu/packages/calendar.scm
+++ b/gnu/packages/calendar.scm
@@ -96,13 +96,13 @@ data units.")
 (define-public khal
   (package
     (name "khal")
-    (version "0.10.0")
+    (version "0.10.1")
     (source (origin
              (method url-fetch)
              (uri (pypi-uri "khal" version))
              (sha256
               (base32
-               "1p49f3g25x900vk32spjbr2aipj12kcbhayny2vwhdpkjlv6k396"))))
+               "1r8bkgjwkh7i8ygvsv51h1cnax50sb183vafg66x5snxf3dgjl6l"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases

Reply via email to