guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: khal: Update to 0.9.5.


From: Leo Famulari
Subject: 01/01: gnu: khal: Update to 0.9.5.
Date: Fri, 7 Apr 2017 22:34:26 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 4653341b233f84cc8c11768f68e6ad54c35bb84e
Author: Leo Famulari <address@hidden>
Date:   Fri Apr 7 22:03:36 2017 -0400

    gnu: khal: Update to 0.9.5.
    
    * gnu/packages/calendar.scm (khal): Update to 0.9.5.
---
 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 000b2dd..b022c0e 100644
--- a/gnu/packages/calendar.scm
+++ b/gnu/packages/calendar.scm
@@ -85,13 +85,13 @@ data units.")
 (define-public khal
   (package
     (name "khal")
-    (version "0.9.3")
+    (version "0.9.5")
     (source (origin
              (method url-fetch)
              (uri (pypi-uri "khal" version))
              (sha256
               (base32
-               "1iva6cw2x3p2jzjj6bsyx7lc7yxin4fsd37j9c96j07x16p4imyl"))))
+               "0fvv0kjym9q8v20zbpr5m8ig65b8hva4p0c935qsdvgdni68jidr"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases



reply via email to

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