diff options
author | Julien Lepiller <julien@lepiller.eu> | 2022-05-29 22:19:52 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2022-05-29 22:20:15 +0200 |
commit | d1f4b6dc8326f2d99c3692f109b2ce5c608d53bc (patch) | |
tree | 0cdadfcb24f2aaaca6cb38b6fc5010721ba984b6 /gnu/packages | |
parent | 31a9d8677c86c4fcccecc3f0eadc373904a0f27c (diff) |
gnu: python-translate-toolkit: Update to 3.6.2.
* gnu/packages/python-xyz.scm (python-translate-toolkit): Update to
3.6.2.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files 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)) |