gnu: khard: Update to 0.19.1.

* gnu/packages/mail.scm (khard): Update to 0.19.1.

Change-Id: Ic091cc761920776f03a0d69189dc0b117db3786f
This commit is contained in:
Efraim Flashner 2024-03-21 13:22:20 +02:00
parent c415e9e253
commit 972f2c4926
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -2636,13 +2636,13 @@ maintained.")
(define-public khard
(package
(name "khard")
(version "0.18.0")
(version "0.19.1")
(source (origin
(method url-fetch)
(uri (pypi-uri name version))
(sha256
(base32
"05860fdayqap128l7i6bcmi9kdyi2gx02g2pmh88d56xgysd927y"))))
"1464j728hjjpzlc89v4rbml3p4b38zp1igjd9yq3xnn3lc6hmwsr"))))
(build-system python-build-system)
(arguments
`(#:phases