diff options
author | Julien Lepiller <julien@lepiller.eu> | 2019-03-04 21:51:03 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2019-03-04 21:52:45 +0100 |
commit | b95d758b33e6d4b00b94964be051ac93dbe7fae9 (patch) | |
tree | adf3ef6e548e891b7ff95d4301c52bee68ec9a23 | |
parent | add6635281ee069893689a8f771cc3af3eb68f8d (diff) | |
download | guix-b95d758b33e6d4b00b94964be051ac93dbe7fae9.tar guix-b95d758b33e6d4b00b94964be051ac93dbe7fae9.tar.gz |
gnu: pootle: Update to 2.8.2.
* gnu/packages/django.scm (pootle): Update to 2.8.2.
-rw-r--r-- | gnu/packages/django.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 0754c80390..9bb81621d9 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -790,14 +790,14 @@ static files.") (define-public pootle (package (name "pootle") - (version "2.8.0rc5") + (version "2.8.2") (source (origin (method url-fetch) (uri (pypi-uri "Pootle" version ".tar.bz2")) (sha256 (base32 - "0m6qcpkcy22dk3ad5y2k8851kqg2w6vrkywgy4vabwbacd7r1mvn")))) + "1ng8igq0alsqzasgxdh3fb23581anyzp121h9041pwdzzv98kn4m")))) (build-system python-build-system) (arguments `(; pootle supports only python2. |