guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-django-mailman3: Fix dangling python2


From: guix-commits
Subject: branch master updated: gnu: python-django-mailman3: Fix dangling python2- variant.
Date: Tue, 21 Jul 2020 08:52:20 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ff7a6c6  gnu: python-django-mailman3: Fix dangling python2- variant.
ff7a6c6 is described below

commit ff7a6c6d5b542c8a54fb00b55bbd4c663731408a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jul 21 15:52:00 2020 +0300

    gnu: python-django-mailman3: Fix dangling python2- variant.
    
    * gnu/packages/mail.scm (python-django-mailman3)[properties]: Correctly
    identify the python2- variant.
---
 gnu/packages/mail.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 87e8e3f..d4ef3a1 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -2652,7 +2652,7 @@ installation on systems where resources are limited.  Its 
features include:
     (description
      "This package contains libraries and templates for Django-based interfaces
 interacting with Mailman.")
-    (properties `((python2-variant . ,(delay python2-django-mailman))))
+    (properties `((python2-variant . ,(delay python2-django-mailman3))))
     (license license:gpl3+)))
 
 ;; This is the last version to support Python-2.



reply via email to

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