guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/07: gnu: pootle: Update to 2.8.2.


From: guix-commits
Subject: 07/07: gnu: pootle: Update to 2.8.2.
Date: Mon, 4 Mar 2019 16:09:23 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit b95d758b33e6d4b00b94964be051ac93dbe7fae9
Author: Julien Lepiller <address@hidden>
Date:   Mon Mar 4 21:51:03 2019 +0100

    gnu: pootle: Update to 2.8.2.
    
    * gnu/packages/django.scm (pootle): Update to 2.8.2.
---
 gnu/packages/django.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 0754c80..9bb8162 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]