gnu: trytond: Updated to 4.6.2.

* gnu/packages/tryton.scm (trytond): Updated to 4.6.2.
[inputs]: Add python-magic.

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

View File

@ -32,21 +32,20 @@
(define-public trytond (define-public trytond
(package (package
(name "trytond") (name "trytond")
(version "4.4.1") (version "4.6.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (pypi-uri "trytond" version))
"https://downloads.tryton.org/4.4/trytond-"
version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"15gm34qwj5fpnkqvrxzndl8653zbczhsa76dm1gi4cqj1r29bbpr")))) "0asc3pd37h8ky8j66iqxr0fv0k6mpjcwxwm0xgm5hrdi32l5cdda"))))
(build-system python-build-system) (build-system python-build-system)
(inputs (inputs
`(("python-dateutil" ,python-dateutil) `(("python-dateutil" ,python-dateutil)
("python-genshi" ,python-genshi) ("python-genshi" ,python-genshi)
("python-polib" ,python-polib) ("python-polib" ,python-polib)
("python-magic" ,python-magic)
;; there's no python-mysql in Guix right now ;; there's no python-mysql in Guix right now
;; so python-psycopg2 (postgresql) only for now ;; so python-psycopg2 (postgresql) only for now
("python-psycopg2" ,python-psycopg2) ("python-psycopg2" ,python-psycopg2)