~ruther/guix-local

37ea754bf80e57a645719f1afb6c041f65dd9787 — Hartmut Goebel 6 months ago e96e192
gnu: trytond-product-cost-fifo: Update to 7.0.1 and switch to pyproject.

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

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

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +4 -4
@@ 2418,16 2418,16 @@ adds the taxonomic classification to the products.")
(define-public trytond-product-cost-fifo
  (package
    (name "trytond-product-cost-fifo")
    (version "6.2.0")
    (version "7.0.1")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_product_cost_fifo" version))
       (sha256
        (base32 "1lqd960z7dmy3000fhhqqbmq7c4lk2l2dqw383sd62ka5j57kpf4"))))
    (build-system python-build-system)
        (base32 "130vq1wqxxlcdxdlyf3apg0f2xpy4farbl49mplz6ihiwpvzh1ka"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "product_cost_fifo"))
    (native-inputs (%standard-trytond-native-inputs))
    (native-inputs %standard-trytond-native-inputs)
    (propagated-inputs
     (list trytond trytond-product trytond-stock))
    (home-page "https://docs.tryton.org/projects/modules-product-cost-fifo")