gnu: python-aiosmtpd: Update to 1.2.2.

* gnu/packages/mail.scm (python-aiosmtpd): Update to 1.2.2.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-11 17:34:11 +01:00
parent b91236d929
commit b9772f6241
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3887,7 +3887,7 @@ (define-public python-authheaders
(define-public python-aiosmtpd
(package
(name "python-aiosmtpd")
(version "1.2.1")
(version "1.2.2")
(source
(origin
(method git-fetch)
@ -3895,7 +3895,7 @@ (define-public python-aiosmtpd
(url "https://github.com/aio-libs/aiosmtpd")
(commit version)))
(sha256
(base32 "14c30dm6jzxiblnsah53fdv68vqhxwvb9x0aq9bc4vcdas747vr7"))
(base32 "0083d6nf75xv8nq1il6jabz36v6c452svy4p402csxwwih5pw6sk"))
(file-name (git-file-name name version))))
(build-system python-build-system)
(arguments