~ruther/guix-local

9075d60259ea9088993e93fa374679489b013154 — Hartmut Goebel 6 months ago 191c3f1
gnu: trytond-product-cost-warehouse: Update to 7.0.1 and switch to pyproject.

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

Change-Id: Ifd4862a749db65b9e419052c7814a06797ee42de
1 files changed, 8 insertions(+), 8 deletions(-)

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +8 -8
@@ 2464,21 2464,21 @@ and assets.")
(define-public trytond-product-cost-warehouse
  (package
    (name "trytond-product-cost-warehouse")
    (version "6.2.1")
    (version "7.0.1")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_product_cost_warehouse" version))
       (sha256
        (base32 "0anz5071j1yzg9xp00qqcc3a4wb3zvl6605bzici76558zj7fl38"))))
    (build-system python-build-system)
        (base32 "075qjhwpc1a9hg8hzrzbwhaa9bnyz8a9y55jgl88b013zc2aic5h"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "product_cost_warehouse"))
    (native-inputs
     `(,@(%standard-trytond-native-inputs)
       ("trytond-account-invoice-stock" ,trytond-account-invoice-stock)
       ("trytond-account-stock-continental" ,trytond-account-stock-continental)
       ("trytond-product-cost-fifo" ,trytond-product-cost-fifo)
       ("trytond-product-cost-history" ,trytond-product-cost-history)))
     (cons* trytond-account-invoice-stock
            trytond-account-stock-continental
            trytond-product-cost-fifo
            trytond-product-cost-history
            %standard-trytond-native-inputs))
    (propagated-inputs
     (list trytond trytond-company trytond-product trytond-stock))
    (home-page