~ruther/guix-local

944b02acfa4ad308c9464ba881df17d4a38fd2dc — Hartmut Goebel 7 months ago e500d45
gnu: trytond-carrier: Update to 7.0.1 and switch to pyproject.

* gnu/packages/tryton.scm(trytond-carrier): Update to 7.0.1.
[build-system] Switch to pyproject-build-system.

Change-Id: I95b638230cb8b6d41e0562ac00f37426a036458e
1 files changed, 4 insertions(+), 4 deletions(-)

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +4 -4
@@ 1609,16 1609,16 @@ and account.")
(define-public trytond-carrier
  (package
    (name "trytond-carrier")
    (version "6.2.0")
    (version "7.0.1")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_carrier" version))
       (sha256
        (base32 "1fr12m4qi0fkxnbjq5v1sf5dkic9xb2j0bvb8y18if3hh0csfcy7"))))
    (build-system python-build-system)
        (base32 "0n5jpry7yjc0w1h9z4kkp498v46hbd9gn76b4gwypscd7anpgziy"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "carrier"))
    (native-inputs (%standard-trytond-native-inputs))
    (native-inputs %standard-trytond-native-inputs)
    (propagated-inputs
     (list trytond trytond-country trytond-party trytond-product))
    (home-page "https://docs.tryton.org/projects/modules-carrier")