guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: python2-django-mailman3: Update to 1.1.0.


From: Marius Bakke
Subject: 03/03: gnu: python2-django-mailman3: Update to 1.1.0.
Date: Sun, 18 Feb 2018 11:46:43 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit bdf0c644dafbce2a532161f04e9bf88c9310e081
Author: Alex Vong <address@hidden>
Date:   Fri Feb 16 14:32:49 2018 +0800

    gnu: python2-django-mailman3: Update to 1.1.0.
    
    * gnu/packages/python.scm (python2-django-mailman3): Update to 1.1.0.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 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 bdad674..2ff61bb 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -2142,14 +2142,14 @@ installation on systems where resources are limited.  
Its features include:
 (define-public python2-django-mailman3
   (package
     (name "python2-django-mailman3")
-    (version "1.0.1")
+    (version "1.1.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "django-mailman3" version))
        (sha256
         (base32
-         "1adxyh8knw9knjlh73xq0jpn5adml0ck4alsv0swakm95wfyx46z"))))
+         "1xjdkgfjwhgyrp5nxw65dcpcsr98ygj6856sp0bwkrmyxpd1xxk2"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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