guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: postorius: Update to 1.3.6.


From: guix-commits
Subject: 03/04: gnu: postorius: Update to 1.3.6.
Date: Mon, 8 Aug 2022 03:53:18 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 8ad976d49ffdb651f7d26ed3122d48f78e7e8fc1
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Aug 8 09:17:27 2022 +0200

    gnu: postorius: Update to 1.3.6.
    
    * gnu/packages/mail.scm (postorius): Update to 1.3.6.
    [inputs]: Change from PYTHON-DJANGO-2.2 to PYTHON-DJANGO.
---
 gnu/packages/mail.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index c31361b6a5..e9bf50a641 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -3541,14 +3541,14 @@ some configuration.")
 (define-public postorius
   (package
     (name "postorius")
-    (version "1.3.3")
+    (version "1.3.6")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "postorius" version))
        (sha256
         (base32
-         "08jn23gblbkfl09qlykbpsmp39mmach3sl69h1j5cd5kkx839rwa"))))
+         "0s0sv97nmszl5pl9rnnyzp3sxpmdhpxqrdwv7nc0ww8zs99w831b"))))
     (build-system python-build-system)
     (arguments
      '(#:phases
@@ -3563,7 +3563,7 @@ some configuration.")
        #:tests? #f)) ; Tests try to run a mailman instance to test against.
     (inputs
      (list python-readme-renderer python-mailmanclient
-           python-django-2.2 python-django-mailman3))
+           python-django python-django-mailman3))
     (native-inputs
      (list python-beautifulsoup4 python-isort python-mock python-vcrpy))
     (home-page "https://gitlab.com/mailman/postorius";)



reply via email to

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