gnu: khard: Update to 0.9.0.
* gnu/packages/mail.scm (khard): Update to 0.9.0.
This commit is contained in:
parent
9bed9b150d
commit
d99f6ffb4c
@ -1164,13 +1164,13 @@ maintained.")
|
|||||||
(define-public khard
|
(define-public khard
|
||||||
(package
|
(package
|
||||||
(name "khard")
|
(name "khard")
|
||||||
(version "0.8.1")
|
(version "0.9.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
|
||||||
"098gs94qmnspdfn6ar8lycx7dbsz9bcff90aps0cmn47mw7llch0"))))
|
"0y83rji4f270hbb41m4jpr0z3yzvpvbsl32mpg9d38hlydw8fk1s"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:python ,python-2 ; only python-2 is supported.
|
`(#:python ,python-2 ; only python-2 is supported.
|
||||||
|
Loading…
Reference in New Issue
Block a user