guix-commits
[Top][All Lists]
Advanced

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

13/24: gnu: python-django-mailman3: Update to 1.3.7.


From: guix-commits
Subject: 13/24: gnu: python-django-mailman3: Update to 1.3.7.
Date: Sun, 5 Dec 2021 08:16:26 -0500 (EST)

mbakke pushed a commit to branch core-updates-frozen
in repository guix.

commit 9f5b9d18d88be838739f8fd1f1c4e84446f8fc53
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Dec 1 00:57:28 2021 +0100

    gnu: python-django-mailman3: Update to 1.3.7.
    
    * gnu/packages/mail.scm (python-django-mailman3): Update to 1.3.7.
---
 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 1dec782..660913a 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -3448,14 +3448,14 @@ installation on systems where resources are limited.  
Its features include:
 (define-public python-django-mailman3
   (package
     (name "python-django-mailman3")
-    (version "1.3.4")
+    (version "1.3.7")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "django-mailman3" version))
         (sha256
          (base32
-          "1yrm7wpjy34xai72vn2vkhc9131cdrbqy08rrabf36kynj5vcdvy"))))
+          "1dzycnwdr1gavs1dgmcv1lz24x0fkp8y864fy52fgbz72d6c5a3f"))))
     (build-system python-build-system)
     (arguments
      '(#:phases



reply via email to

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