gnu: pootle: Update to 2.8.2.
* gnu/packages/django.scm (pootle): Update to 2.8.2.
This commit is contained in:
parent
add6635281
commit
b95d758b33
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue