gnu: pootle: Update to 2.8.2.

* gnu/packages/django.scm (pootle): Update to 2.8.2.
This commit is contained in:
Julien Lepiller 2019-03-04 21:51:03 +01:00
parent add6635281
commit b95d758b33
No known key found for this signature in database
GPG Key ID: 43111F4520086A0C
1 changed files with 2 additions and 2 deletions

View File

@ -790,14 +790,14 @@ static files.")
(define-public pootle (define-public pootle
(package (package
(name "pootle") (name "pootle")
(version "2.8.0rc5") (version "2.8.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "Pootle" version ".tar.bz2")) (uri (pypi-uri "Pootle" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0m6qcpkcy22dk3ad5y2k8851kqg2w6vrkywgy4vabwbacd7r1mvn")))) "1ng8igq0alsqzasgxdh3fb23581anyzp121h9041pwdzzv98kn4m"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(; pootle supports only python2. `(; pootle supports only python2.