mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
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:
parent
31a9d8677c
commit
d1f4b6dc83
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue