mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue