guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-translate-toolkit: Update to 3.6.2.


From: guix-commits
Subject: branch master updated: gnu: python-translate-toolkit: Update to 3.6.2.
Date: Sun, 29 May 2022 16:21:48 -0400

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d1f4b6dc83 gnu: python-translate-toolkit: Update to 3.6.2.
d1f4b6dc83 is described below

commit d1f4b6dc8326f2d99c3692f109b2ce5c608d53bc
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sun May 29 22:19:52 2022 +0200

    gnu: python-translate-toolkit: Update to 3.6.2.
    
    * gnu/packages/python-xyz.scm (python-translate-toolkit): Update to
      3.6.2.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 38c5fbb808..acd5954fb6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20802,13 +20802,13 @@ while only declaring the test-specific fields.")
 (define-public python-translate-toolkit
   (package
     (name "python-translate-toolkit")
-    (version "3.5.1")
+    (version "3.6.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "translate-toolkit" version ".tar.gz"))
        (sha256
-        (base32 "020pp7pbpnavxd41z90vyzzx06ci57mx9drkgbsb89wxxx4gal9v"))))
+        (base32 "0m4cpsp7x7h5m5agg4ybscf7y86wla46q2lvxpi2myplb6qlgcli"))))
     (build-system python-build-system)
     (native-inputs
      (list python-pytest python-sphinx))



reply via email to

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