gnu: python-aiosmtpd: Update to 1.2.2.
* gnu/packages/mail.scm (python-aiosmtpd): Update to 1.2.2.
This commit is contained in:
parent
b91236d929
commit
b9772f6241
1 changed files with 2 additions and 2 deletions
|
@ -3887,7 +3887,7 @@ DKIM and ARC sign messages and output the corresponding signature headers.")
|
||||||
(define-public python-aiosmtpd
|
(define-public python-aiosmtpd
|
||||||
(package
|
(package
|
||||||
(name "python-aiosmtpd")
|
(name "python-aiosmtpd")
|
||||||
(version "1.2.1")
|
(version "1.2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3895,7 +3895,7 @@ DKIM and ARC sign messages and output the corresponding signature headers.")
|
||||||
(url "https://github.com/aio-libs/aiosmtpd")
|
(url "https://github.com/aio-libs/aiosmtpd")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "14c30dm6jzxiblnsah53fdv68vqhxwvb9x0aq9bc4vcdas747vr7"))
|
(base32 "0083d6nf75xv8nq1il6jabz36v6c452svy4p402csxwwih5pw6sk"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in a new issue