guix-commits
[Top][All Lists]
Advanced

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

20/24: gnu: python-mailman-hyperkitty: Update to 1.2.0.


From: guix-commits
Subject: 20/24: gnu: python-mailman-hyperkitty: Update to 1.2.0.
Date: Sun, 5 Dec 2021 08:16:28 -0500 (EST)

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

commit 0d196ab9bd45920363d4f26cedbba257191b89ac
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Dec 2 22:05:35 2021 +0100

    gnu: python-mailman-hyperkitty: Update to 1.2.0.
    
    * gnu/packages/mail.scm (python-mailman-hyperkitty): Update to 1.2.0.
    [source](patches): Remove.
---
 gnu/packages/mail.scm | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 5a53416..0ee57f9 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -3484,24 +3484,14 @@ interacting with Mailman.")
 (define-public python-mailman-hyperkitty
   (package
     (name "python-mailman-hyperkitty")
-    (version "1.1.0")
+    (version "1.2.0")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "mailman-hyperkitty" version))
         (sha256
          (base32
-          "1lfqa9admhvdv71f528jmz2wl0i5cv77v6l64px2pm4zqr9ckkjx"))
-        (patches
-          (list
-            (origin
-              ;; see: https://gitlab.com/mailman/mailman-hyperkitty/issues/17
-              ;; fixes test_archive_message_unserializable
-              (method url-fetch)
-              (uri 
"https://salsa.debian.org/mailman-team/mailman-hyperkitty/raw/debian/1.1.0-9/debian/patches/0002-Skip-the-test_archive_message_unserializable.patch";)
-              (sha256
-               (base32
-                "0p1fwm46c4bl81lvsg3kjhn2r1lwgkpgxamb3xyqn7h9qdrw10hw")))))))
+          "1ni6vf1yi14c0l895fk278x4na7ymhpkl1q0vnpzbkzplpa7200i"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-requests" ,python-requests)



reply via email to

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