[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: khal: Update to 0.9.2.
From: |
Leo Famulari |
Subject: |
01/01: gnu: khal: Update to 0.9.2. |
Date: |
Tue, 14 Feb 2017 13:16:12 -0500 (EST) |
lfam pushed a commit to branch master
in repository guix.
commit 30f420c155670e5e72fc46512fd941867a913559
Author: Leo Famulari <address@hidden>
Date: Tue Feb 14 13:15:10 2017 -0500
gnu: khal: Update to 0.9.2.
* gnu/packages/calendar.scm (khal): Update to 0.9.2.
---
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 70d9991..4726abf 100644
--- a/gnu/packages/calendar.scm
+++ b/gnu/packages/calendar.scm
@@ -84,13 +84,13 @@ data units.")
(define-public khal
(package
(name "khal")
- (version "0.9.1")
+ (version "0.9.2")
(source (origin
(method url-fetch)
(uri (pypi-uri "khal" version))
(sha256
(base32
- "15rxjphjp46lz7gbs39d1ajd9flnhmhqicjh9bjpx3yi5xx4iawr"))))
+ "1ryh5c7408w8gpql5s9mkxkvz1ngnds3xm43p7r96ynx8prr9swp"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases