~ruther/guix-local

ef5acd56bf267d0966e2720430f008ec05d8ae3e — Hartmut Goebel 7 months ago 92af807
gnu: trytond-account-stock-shipment-cost: Update to 7.0.1 and switch to pyproject.

* gnu/packages/tryton.scm(trytond-account-stock-shipment-cost): Update to
7.0.1. [build-system] Switch to pyproject-build-system. [arguments] Fix
module name argument.

Change-Id: I99174c1309b19a2744e9d5aa1a9a5d5c9612f90f
1 files changed, 12 insertions(+), 11 deletions(-)

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +12 -11
@@ 1338,21 1338,22 @@ from the Product Measurements")
(define-public trytond-account-stock-shipment-cost
  (package
    (name "trytond-account-stock-shipment-cost")
    (version "6.2.1")
    (version "7.0.1")
    (source (origin
              (method url-fetch)
              (uri (pypi-uri "trytond_account_stock_shipment_cost" version))
              (sha256
               (base32 "1iyz76cma63kp2alqr4rcrm3zjj6ifsvv9hsylbfkamfgy84brsr"))))
    (build-system python-build-system)
    (arguments (tryton-arguments "trytond_account_stock_shipment_cost"))
    (native-inputs (%standard-trytond-native-inputs))
    (propagated-inputs (list trytond
                             trytond-account
                             trytond-account-invoice
                             trytond-product
                             trytond-stock
                             trytond-stock-shipment-cost))
               (base32 "0gxjhry3hpm0j72ai22q9fgay9w5087xnrisc18ynwv4zzyr84vq"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "account_stock_shipment_cost"))
    (native-inputs %standard-trytond-native-inputs)
    (propagated-inputs
     (list trytond
           trytond-account
           trytond-account-invoice
           trytond-product
           trytond-stock
           trytond-stock-shipment-cost))
    (home-page "https://docs.tryton.org/projects/modules-account-stock-shipment-cost")
    (synopsis "Tryton module to allocate shipment cost based on invoice")
    (description "The @emph{Account Stock Shipment Cost} Tryton module