[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: khard: Update to 0.13.0.
From: |
guix-commits |
Subject: |
05/06: gnu: khard: Update to 0.13.0. |
Date: |
Wed, 13 Feb 2019 14:48:35 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 2de52d0cbb1812ff05e9939bc2fec61946ec41a0
Author: Efraim Flashner <address@hidden>
Date: Wed Feb 13 21:33:14 2019 +0200
gnu: khard: Update to 0.13.0.
* gnu/packages/mail.scm (khard): Update to 0.13.0.
---
gnu/packages/mail.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index c6e05f9..4b91f02 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1730,13 +1730,13 @@ maintained.")
(define-public khard
(package
(name "khard")
- (version "0.12.2")
+ (version "0.13.0")
(source (origin
(method url-fetch)
(uri (pypi-uri name version))
(sha256
(base32
- "01y52qmab4cw9wmx87aahnxbyaxrxw8j2wx06mpcqsfvgk8d54wi"))))
+ "1lyjiskc6ckjjylzr04dnm66p3cnn7vlysw9c27qls3y3ywx14zw"))))
(build-system python-build-system)
(arguments
`(#:phases
- branch master updated (0a62b62 -> 2385012), guix-commits, 2019/02/13
- 02/06: gnu: vim-airline: Update to 0.10., guix-commits, 2019/02/13
- 04/06: gnu: fluxbox: All phases return #t., guix-commits, 2019/02/13
- 03/06: gnu: fluxbox: Install vim helper files., guix-commits, 2019/02/13
- 06/06: gnu: khard: Enable tests., guix-commits, 2019/02/13
- 05/06: gnu: khard: Update to 0.13.0.,
guix-commits <=
- 01/06: gnu: urlscan: Update to 0.9.2., guix-commits, 2019/02/13