~ruther/guix-local

528af0dfd0e0b7324df937b471142fe4a76944a7 — Hartmut Goebel 7 months ago 34b1170
gnu: trytond-customs: Update to 7.0.1 and switch to pyproject.

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

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

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +4 -4
@@ 1931,16 1931,16 @@ National Bank as a source for currency exchange rates.")
(define-public trytond-customs
  (package
    (name "trytond-customs")
    (version "6.2.0")
    (version "7.0.1")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_customs" version))
       (sha256
        (base32 "1zx9cwiq9q4802bj2ga3bilyjls60vpycp3cncqfqh2n4mg23xlq"))))
    (build-system python-build-system)
        (base32 "0v6rzrdphys3davkc3d46mlq6hkd8xl6x444ddl23fw0b08mvrna"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "customs"))
    (native-inputs (%standard-trytond-native-inputs))
    (native-inputs %standard-trytond-native-inputs)
    (propagated-inputs
     (list python-simpleeval trytond trytond-country trytond-currency
           trytond-product))