[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: python-mailmanclient: Update to 3.1.1.
From: |
Marius Bakke |
Subject: |
02/03: gnu: python-mailmanclient: Update to 3.1.1. |
Date: |
Sun, 18 Feb 2018 11:46:43 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit c115a1c8d72d02f677649e9e6f7c05b42188fc51
Author: Alex Vong <address@hidden>
Date: Fri Feb 16 14:31:30 2018 +0800
gnu: python-mailmanclient: Update to 3.1.1.
* gnu/packages/python.scm (python-mailmanclient, python2-mailmanclient):
Update to 3.1.1.
Signed-off-by: Marius Bakke <address@hidden>
---
gnu/packages/mail.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 9cf564b..bdad674 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -25,6 +25,7 @@
;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
;;; Copyright © 2017 Rene Saavedra <address@hidden>
;;; Copyright © 2018 Pierre Langlois <address@hidden>
+;;; Copyright © 2018 Alex Vong <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -2055,14 +2056,14 @@ for OpenSMTPD to extend its functionality.")
(define-public python-mailmanclient
(package
(name "python-mailmanclient")
- (version "1.0.1")
+ (version "3.1.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "mailmanclient" version))
(sha256
(base32
- "1cfjh45fgbsax5hjj2inq9nk33dhdvh63xhysc8dhnqidgqgm8c5"))))
+ "0fdfs5g3pf30v2i7w18pdkv9xnfxmfcv66mzv56dck0a1igq07m3"))))
(build-system python-build-system)
(arguments
`(#:tests? #f)) ; Requires mailman running