diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-08-16 07:47:52 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-08-16 07:47:52 +0300 |
commit | 9a95985ffb27bb6d5739eee589886d908cc6549a (patch) | |
tree | 18b91c2cd4acbf6f1800fe5e1737228fed845dd7 /gnu | |
parent | 9a299d4d9ee3e1ab3dc89aa89f25db7524a6f6bd (diff) | |
download | guix-9a95985ffb27bb6d5739eee589886d908cc6549a.tar.gz guix-9a95985ffb27bb6d5739eee589886d908cc6549a.zip |
gnu: khard: Update to 0.17.0.
* gnu/packages/mail.scm (khard): Update to 0.17.0.
[inputs]: Remove python-pyyaml.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/mail.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index f56e9b307c..6792b9b4a9 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1946,13 +1946,13 @@ maintained.") (define-public khard (package (name "khard") - (version "0.16.1") + (version "0.17.0") (source (origin (method url-fetch) (uri (pypi-uri name version)) (sha256 (base32 - "0fg4qh5gzki5wg958wlpc8a2icnk74gzg33lqxjm755cfnjng7qd")))) + "062nv4xkfsjc11k9m52dh6xjn9z68a4a6x1s8z05wwv4jbp1lkhn")))) (build-system python-build-system) (arguments `(#:phases @@ -1968,7 +1968,6 @@ maintained.") (inputs `(("python-atomicwrites" ,python-atomicwrites) ("python-configobj" ,python-configobj) - ("python-pyyaml" ,python-pyyaml) ("python-ruamel.yaml" ,python-ruamel.yaml) ("python-unidecode" ,python-unidecode) ("python-vobject" ,python-vobject))) |