gnu: tryton: Updated to 4.6.2.

* gnu/packages/tryton.scm (tryton): Update to 4.6.2.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
Adriano Peluso 2018-01-22 18:42:14 +01:00 committed by Danny Milosavljevic
parent 7e99221db9
commit 974a4d5d57
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 3 additions and 5 deletions

View File

@ -73,16 +73,14 @@ and security.")
(define-public tryton
(package
(name "tryton")
(version "4.4.0")
(version "4.6.2")
(source
(origin
(method url-fetch)
(uri (string-append
"https://downloads.tryton.org/4.4/tryton-"
version ".tar.gz"))
(uri (pypi-uri "tryton" version))
(sha256
(base32
"1lklcz5fs6rkrd7z2m2f5gz4fdwzkgnhg2hyvzp20kdsvi33bq2j"))))
"0bamr040np02gfjk8c734rw3mbgg75irfgpdcl2npgkdzyw1ksf9"))))
(build-system python-build-system)
(inputs
`(("python2-chardet" ,python2-chardet)