gnu: python-translate-toolkit: Update to 3.6.2.
authorJulien Lepiller <julien@lepiller.eu>
Sun, 29 May 2022 20:19:52 +0000 (22:19 +0200)
committerJulien Lepiller <julien@lepiller.eu>
Sun, 29 May 2022 20:20:15 +0000 (22:20 +0200)
* gnu/packages/python-xyz.scm (python-translate-toolkit): Update to
  3.6.2.

gnu/packages/python-xyz.scm

index 38c5fbb..acd5954 100644 (file)
@@ -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))