diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-11 17:34:11 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-11 17:48:03 +0100 |
commit | b9772f62416d5f78f7f377549211f47e9ba1b494 (patch) | |
tree | 7605794c3f87d63884c50bc23b795c681f2b6802 /gnu | |
parent | b91236d92949d04a9b8e851766610baef94d3035 (diff) | |
download | guix-b9772f62416d5f78f7f377549211f47e9ba1b494.tar.gz |
gnu: python-aiosmtpd: Update to 1.2.2.
* gnu/packages/mail.scm (python-aiosmtpd): Update to 1.2.2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/mail.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 8ba0b0b946..ff036d36a3 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -3887,7 +3887,7 @@ DKIM and ARC sign messages and output the corresponding signature headers.") (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 @@ DKIM and ARC sign messages and output the corresponding signature headers.") (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 |