~ruther/guix-local

c98c9629434adad9a977a0bd727f81c9ef4948d8 — Hartmut Goebel 7 months ago a8e11f5
gnu: trytond-carrier-weight: Update to 7.0.1 and switch to pyproject.

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

Change-Id: I60a9e10780e0c390493c16e0a71aeda69d15dd02
1 files changed, 7 insertions(+), 7 deletions(-)

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +7 -7
@@ 1690,20 1690,20 @@ or a specific postal code.")
(define-public trytond-carrier-weight
  (package
    (name "trytond-carrier-weight")
    (version "6.2.0")
    (version "7.0.1")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_carrier_weight" version))
       (sha256
        (base32 "0mvz7q2hb4bcj3abvi4dxmnqbrph1g49s2bvyf3lx9ykbmr6v3n7"))))
    (build-system python-build-system)
        (base32 "0s6120k2glc18z6jhdm870vh8l575sq11a6sa262bmi1hqgmk2gp"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "carrier_weight"))
    (native-inputs
     `(,@(%standard-trytond-native-inputs)
       ("trytond-purchase-shipment-cost" ,trytond-purchase-shipment-cost)
       ("trytond-sale-shipment-cost" ,trytond-sale-shipment-cost)
       ("trytond-stock-shipment-cost" ,trytond-stock-shipment-cost)))
     (cons* trytond-purchase-shipment-cost
            trytond-sale-shipment-cost
            trytond-stock-shipment-cost
            %standard-trytond-native-inputs))
    (propagated-inputs
     (list trytond
           trytond-carrier