guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

18/21: gnu: python-aiosmtpd: Update to 1.2.2.


From: guix-commits
Subject: 18/21: gnu: python-aiosmtpd: Update to 1.2.2.
Date: Wed, 11 Nov 2020 11:49:04 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit b9772f62416d5f78f7f377549211f47e9ba1b494
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Nov 11 17:34:11 2020 +0100

    gnu: python-aiosmtpd: Update to 1.2.2.
    
    * gnu/packages/mail.scm (python-aiosmtpd): Update to 1.2.2.
---
 gnu/packages/mail.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 8ba0b0b..ff036d3 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]