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:
parent
7e99221db9
commit
974a4d5d57
|
@ -73,16 +73,14 @@ and security.")
|
||||||
(define-public tryton
|
(define-public tryton
|
||||||
(package
|
(package
|
||||||
(name "tryton")
|
(name "tryton")
|
||||||
(version "4.4.0")
|
(version "4.6.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (pypi-uri "tryton" version))
|
||||||
"https://downloads.tryton.org/4.4/tryton-"
|
|
||||||
version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1lklcz5fs6rkrd7z2m2f5gz4fdwzkgnhg2hyvzp20kdsvi33bq2j"))))
|
"0bamr040np02gfjk8c734rw3mbgg75irfgpdcl2npgkdzyw1ksf9"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("python2-chardet" ,python2-chardet)
|
`(("python2-chardet" ,python2-chardet)
|
||||||
|
|
Loading…
Reference in New Issue