gnu: python-proteus: Update to 5.6.0.

* gnu/packages/tryton.scm (python-proteus): Update to 5.6.0.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Vinicius Monego 2020-08-22 13:10:35 -03:00 committed by Mathieu Othacehe
parent d649704ebc
commit a5bdb72d69
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -192,31 +192,21 @@ (define-public python-trytond-party
(define-public python-proteus
(package
(name "python-proteus")
(version "4.6.0")
(version "5.6.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "proteus" version))
(sha256
(base32
"0flkf1vxbhz51b7bq31dn7q9mlkli3pmpbzfhsxfqpf6laghbkqg"))))
(base32 "0kxac5pkps243wf0xbmbd1g5bml96xl94j88y6yyzm093vyli150"))))
(build-system python-build-system)
;; Tests require python-trytond-party which requires python-proteus.
(arguments
`(#:tests? #f))
(propagated-inputs
`(("python-dateutil" ,python-dateutil)
("python-trytond-party" ,python-trytond-party)
("python-trytond-country" ,python-trytond-country)
("python-trytond" ,python-trytond)
("python-stdnum" ,python-stdnum)
("python-sql" ,python-sql)
("python-wrapt" ,python-wrapt)
("python-werkzeug" ,python-werkzeug)
("python-polib" ,python-polib)
("python-genshi" ,python-genshi)
("python-relatorio" ,python-relatorio)
("python-magic" ,python-magic)))
`(("python-dateutil" ,python-dateutil)))
(home-page "http://www.tryton.org/")
(synopsis
"Library to access a Tryton server as a client")
(synopsis "Library to access a Tryton server as a client")
(description
"This package provides a library to access Tryton server as a client.")
(license license:lgpl3+)))