gnu: mailman: Update to 3.3.2.

* gnu/packages/mail.scm (mailman): Update to 3.3.2.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-11 14:03:02 +01:00
parent 191a4ced8e
commit c26a016e97
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -2881,14 +2881,13 @@ messages with @acronym{DKIM, DomainKeys Identified Mail} (RFC 4871).")
(define-public mailman (define-public mailman
(package (package
(name "mailman") (name "mailman")
(version "3.3.1") (version "3.3.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "mailman" version)) (uri (pypi-uri "mailman" version))
(sha256 (sha256
(base32 (base32 "0a5ckbf8hc3y28b7p5psp0d4bxk601jlr5pd3hhh545xd8d9f0dg"))))
"0idfiv48jjgc0jq4731094ddhraqq8bxnwmjk6sg5ask0jss9kxq"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("gunicorn" ,gunicorn) `(("gunicorn" ,gunicorn)