gnu: python-translate-toolkit: Update to 3.6.2.

* gnu/packages/python-xyz.scm (python-translate-toolkit): Update to
  3.6.2.
This commit is contained in:
Julien Lepiller 2022-05-29 22:19:52 +02:00
parent 31a9d8677c
commit d1f4b6dc83
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -20802,13 +20802,13 @@ (define-public python-factory-boy
(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))