gnu: python2-django-mailman3: Update to 1.1.0.

* gnu/packages/python.scm (python2-django-mailman3): Update to 1.1.0.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
master
Alex Vong 2018-02-16 14:32:49 +08:00 committed by Marius Bakke
parent c115a1c8d7
commit bdf0c644da
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -2142,14 +2142,14 @@ installation on systems where resources are limited. Its features include:
(define-public python2-django-mailman3
(package
(name "python2-django-mailman3")
(version "1.0.1")
(version "1.1.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "django-mailman3" version))
(sha256
(base32
"1adxyh8knw9knjlh73xq0jpn5adml0ck4alsv0swakm95wfyx46z"))))
"1xjdkgfjwhgyrp5nxw65dcpcsr98ygj6856sp0bwkrmyxpd1xxk2"))))
(build-system python-build-system)
(arguments
`(#:phases