gnu: khard: Update to 0.17.0.
* gnu/packages/mail.scm (khard): Update to 0.17.0. [inputs]: Remove python-pyyaml.master
parent
9a299d4d9e
commit
9a95985ffb
|
@ -1946,13 +1946,13 @@ maintained.")
|
||||||
(define-public khard
|
(define-public khard
|
||||||
(package
|
(package
|
||||||
(name "khard")
|
(name "khard")
|
||||||
(version "0.16.1")
|
(version "0.17.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri name version))
|
(uri (pypi-uri name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0fg4qh5gzki5wg958wlpc8a2icnk74gzg33lqxjm755cfnjng7qd"))))
|
"062nv4xkfsjc11k9m52dh6xjn9z68a4a6x1s8z05wwv4jbp1lkhn"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -1968,7 +1968,6 @@ maintained.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-atomicwrites" ,python-atomicwrites)
|
`(("python-atomicwrites" ,python-atomicwrites)
|
||||||
("python-configobj" ,python-configobj)
|
("python-configobj" ,python-configobj)
|
||||||
("python-pyyaml" ,python-pyyaml)
|
|
||||||
("python-ruamel.yaml" ,python-ruamel.yaml)
|
("python-ruamel.yaml" ,python-ruamel.yaml)
|
||||||
("python-unidecode" ,python-unidecode)
|
("python-unidecode" ,python-unidecode)
|
||||||
("python-vobject" ,python-vobject)))
|
("python-vobject" ,python-vobject)))
|
||||||
|
|
Reference in New Issue