~ruther/guix-local

191c3f16da860cdbc7a8548864c7036ab1f86787 — Hartmut Goebel 6 months ago 37ea754
gnu: trytond-product-cost-history: Update to 7.0.1 and switch to pyproject.

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

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

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +4 -4
@@ 2439,16 2439,16 @@ first-in-first-out option in the `Cost Method` field of the product form.")
(define-public trytond-product-cost-history
  (package
    (name "trytond-product-cost-history")
    (version "6.2.0")
    (version "7.0.1")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_product_cost_history" version))
       (sha256
        (base32 "16gnqa04fv7525ax12xfmh4phk4fvm577j3c80cahxqpvsp2a0q6"))))
    (build-system python-build-system)
        (base32 "19dmw7319q3nrn9hj1i7zzbi034y7sb8870376sln8yw5rfacqvz"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "product_cost_history"))
    (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-history")